Html Css Color HEX #04CA29 Dark Pastel Green

📋 copy color: '#04CA29'

red 4 ◦ green 202 ◦ blue 41

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

Shades of Dark Pastel Green #04CA29

Tints of Dark Pastel Green #04CA29

RGB

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

 GREEN value IS 202 (79.3% from 255) = 81.78%

 BLUE value IS 41 (16.41% from 255) = 16.6%

R = 1.62%
G = 81.78%
B = 16.6%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#04CA29 (or 0x04CA29) is known color: Dark Pastel Green. HEX triplet: 04, CA and 29. RGB value is (4,202,41). Sum of RGB (Red+Green+Blue) = 4+202+41=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 202 (79.30% from 255 or 81.78% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 202 - color contains mainly: green. Hex color #04CA29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CA29 is #FB35D6. Grayscale: #7C7C7C. Windows color (decimal): -16463319 or 2738692. OLE color: 2738692.

HSL color Cylindrical-coordinate representation of color #04CA29: hue angle of 131.21º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CA29 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 4 202 41 -
CMYK 0.98 0 0.80 0.21
HSL 131.21º 0.96% 0.4% -
HSV(B) 131.21º 0.98% 0.79% -
XYZ 21.57 42.43 9.15 -
YUV 124.44 80.9 42.09 -
System Red Green Blue C M Y K H S L
Decimal 4 202 41 0.98 0 0.80 0.21 131.21 0.96 0.4
Hex 4 CA 29 62 0 50 15 83 60 28
Octal 4 312 51 142 0 120 25 203 140 50
Binary 100 11001010 101001 1100010 0 1010000 10101 10000011 1100000 101000

Color Harmonies of #04CA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CA29

Black with #04CA29

Text Example


Text Example

White with #04CA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,202,41); }

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

background-color css

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

 a { background-color: rgb(4,202,41); }

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

border-color css

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

 span { border-color: rgb(4,202,41); }

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