#01BB25

Color #01BB25 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #01BB25

Tints of Dark Pastel Green #01BB25

Color information

#01BB25 (or 0x01BB25) is unknown color: approx Dark Pastel Green. HEX triplet: 01, BB and 25. RGB value is (1,187,37). Sum of RGB (Red+Green+Blue) = 1+187+37=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 187 (73.44% from 255 or 83.11% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BB25 is #FE44DA. Grayscale: #727272. Windows color (decimal): -16663771 or 2472705. OLE color: 2472705.

HSL color Cylindrical-coordinate representation of color #01BB25: hue angle of 131.61º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BB25 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB118737-
CMYK0.9900.800.27
HSL131.61º98.94%36.86%-
HSV(B)131.61º99.47%73.33%-
XYZ18.1235.687.68-
YUV114.2984.3847.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 187 (73.44% from 255) = 83.11%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=0.44%
G=83.11%
B=16.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1187370.9900.800.27131.6198.9436.86
Hex1BB25630501B846325
Octal12734514301203320414345
Binary11011101110010111000110101000011011100001001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BB25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01BB25; }

 p { color: rgb(1,187,37); }

 H1.HeaderClassName
 {
   color: #01BB25;
 }
 .AnyTagClassName
 {
   color: #01BB25;
 }
</style>
background-color css

<style>
 a { background-color: #01BB25; }

 a { background-color: rgb(1,187,37); }

 div.DivClassName
 {
   background-color: #01BB25;
 }
 .BgClassName
 {
   background-color: #01BB25;
 }
</style>
border-color css

<style>
 span { border-color: #01BB25; }

 span { border-color: rgb(1,187,37); }

 td.TdClassName
 {
   border-color: #01BB25;
 }
 .TagClassName
 {
   border-color: #01BB25;
 }
</style>