Html Css Color HEX #04CA20 Dark Pastel Green

📋 copy color: '#04CA20'

red 4 ◦ green 202 ◦ blue 32

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

Shades of Dark Pastel Green #04CA20

Tints of Dark Pastel Green #04CA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.45%

R = 1.68%
G = 84.87%
B = 13.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#04CA20 (or 0x04CA20) is known color: Dark Pastel Green. HEX triplet: 04, CA and 20. RGB value is (4,202,32). Sum of RGB (Red+Green+Blue) = 4+202+32=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 202 (79.30% from 255 or 84.87% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 202 - color contains mainly: green. Hex color #04CA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CA20 is #FB35DF. Grayscale: #7B7B7B. Windows color (decimal): -16463328 or 2148868. OLE color: 2148868.

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

Color convert

RGB 4 202 32 -
CMYK 0.98 0 0.84 0.21
HSL 128.48º 0.96% 0.4% -
HSV(B) 128.48º 0.98% 0.79% -
XYZ 21.43 42.37 8.42 -
YUV 123.42 76.4 42.82 -
System Red Green Blue C M Y K H S L
Decimal 4 202 32 0.98 0 0.84 0.21 128.48 0.96 0.4
Hex 4 CA 20 62 0 54 15 80 60 28
Octal 4 312 40 142 0 124 25 200 140 50
Binary 100 11001010 100000 1100010 0 1010100 10101 10000000 1100000 101000

Color Harmonies of #04CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CA20

Black with #04CA20

Text Example


Text Example

White with #04CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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