Html Css Color HEX #04CB21 Dark Pastel Green

📋 copy color: '#04CB21'

red 4 ◦ green 203 ◦ blue 33

#04CB21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #04CB21

Tints of Dark Pastel Green #04CB21

RGB

 RED value IS 4 (1.95% from 255) = 1.67%

 GREEN value IS 203 (79.69% from 255) = 84.58%

 BLUE value IS 33 (13.28% from 255) = 13.75%

R = 1.67%
G = 84.58%
B = 13.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#04CB21 (or 0x04CB21) is known color: Dark Pastel Green. HEX triplet: 04, CB and 21. RGB value is (4,203,33). Sum of RGB (Red+Green+Blue) = 4+203+33=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 203 (79.69% from 255 or 84.58% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CB21 is #FB34DE. Grayscale: #7C7C7C. Windows color (decimal): -16463071 or 2214660. OLE color: 2214660.

HSL color Cylindrical-coordinate representation of color #04CB21: hue angle of 128.74º 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 #04CB21 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 203 33 -
CMYK 0.98 0 0.84 0.20
HSL 128.74º 0.96% 0.41% -
HSV(B) 128.74º 0.98% 0.8% -
XYZ 21.68 42.85 8.57 -
YUV 124.12 76.57 42.32 -
System Red Green Blue C M Y K H S L
Decimal 4 203 33 0.98 0 0.84 0.20 128.74 0.96 0.41
Hex 4 CB 21 62 0 54 14 81 60 29
Octal 4 313 41 142 0 124 24 201 140 51
Binary 100 11001011 100001 1100010 0 1010100 10100 10000001 1100000 101001

Color Harmonies of #04CB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CB21

Black with #04CB21

Text Example


Text Example

White with #04CB21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04CB21;
 }
 .AnyTagClassName
 {
   color: #04CB21;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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