Html Css Color HEX #04CE20 Dark Pastel Green

📋 copy color: '#04CE20'

red 4 ◦ green 206 ◦ blue 32

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

Shades of Dark Pastel Green #04CE20

Tints of Dark Pastel Green #04CE20

RGB

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

 GREEN value IS 206 (80.86% from 255) = 85.12%

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

R = 1.65%
G = 85.12%
B = 13.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#04CE20 (or 0x04CE20) is known color: Dark Pastel Green. HEX triplet: 04, CE and 20. RGB value is (4,206,32). Sum of RGB (Red+Green+Blue) = 4+206+32=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 206 (80.86% from 255 or 85.12% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 206 - color contains mainly: green. Hex color #04CE20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CE20 is #FB31DF. Grayscale: #7E7E7E. Windows color (decimal): -16462304 or 2149892. OLE color: 2149892.

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

Color convert

RGB 4 206 32 -
CMYK 0.98 0 0.84 0.19
HSL 128.32º 0.96% 0.41% -
HSV(B) 128.32º 0.98% 0.81% -
XYZ 22.38 44.27 8.73 -
YUV 125.77 75.08 41.15 -
System Red Green Blue C M Y K H S L
Decimal 4 206 32 0.98 0 0.84 0.19 128.32 0.96 0.41
Hex 4 CE 20 62 0 54 13 80 60 29
Octal 4 316 40 142 0 124 23 200 140 51
Binary 100 11001110 100000 1100010 0 1010100 10011 10000000 1100000 101001

Color Harmonies of #04CE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CE20

Black with #04CE20

Text Example


Text Example

White with #04CE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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