#04CB18

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

Shades of Dark Pastel Green #04CB18

Tints of Dark Pastel Green #04CB18

Color information

#04CB18 (or 0x04CB18) is unknown color: approx Dark Pastel Green. HEX triplet: 04, CB and 18. RGB value is (4,203,24). Sum of RGB (Red+Green+Blue) = 4+203+24=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 203 (79.69% from 255 or 87.88% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CB18 is #FB34E7. Grayscale: #7B7B7B. Windows color (decimal): -16463080 or 1624836. OLE color: 1624836.

HSL color Cylindrical-coordinate representation of color #04CB18: hue angle of 126.03º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CB18 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB420324-
CMYK0.9800.880.20
HSL126.03º96.14%40.59%-
HSV(B)126.03º98.03%79.61%-
XYZ21.5742.87.99-
YUV123.0972.0743.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.73%
GREEN value IS 203 (79.69% from 255) = 87.88%
BLUE value IS 24 (9.77% from 255) = 10.39%
R=1.73%
G=87.88%
B=10.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal4203240.9800.880.20126.0396.1440.59
Hex4CB1862058147e6029
Octal43133014201302417614051
Binary10011001011110001100010010110001010011111101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CB18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04CB18; }

 p { color: rgb(4,203,24); }

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

<style>
 a { background-color: #04CB18; }

 a { background-color: rgb(4,203,24); }

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

<style>
 span { border-color: #04CB18; }

 span { border-color: rgb(4,203,24); }

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