Html Css Color HEX #04CC45 Dark Pastel Green

📋 copy color: '#04CC45'

red 4 ◦ green 204 ◦ blue 69

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

Shades of Dark Pastel Green #04CC45

Tints of Dark Pastel Green #04CC45

RGB

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

 GREEN value IS 204 (80.08% from 255) = 73.65%

 BLUE value IS 69 (27.34% from 255) = 24.91%

R = 1.44%
G = 73.65%
B = 24.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#04CC45 (or 0x04CC45) is known color: Dark Pastel Green. HEX triplet: 04, CC and 45. RGB value is (4,204,69). Sum of RGB (Red+Green+Blue) = 4+204+69=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 204 (80.08% from 255 or 73.65% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CC45 is #FB33BA. Grayscale: #818181. Windows color (decimal): -16462779 or 4574212. OLE color: 4574212.

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

Color convert

RGB 4 204 69 -
CMYK 0.98 0 0.66 0.2
HSL 139.5º 0.96% 0.41% -
HSV(B) 139.5º 0.98% 0.8% -
XYZ 22.72 43.64 12.86 -
YUV 128.81 94.24 38.98 -
System Red Green Blue C M Y K H S L
Decimal 4 204 69 0.98 0 0.66 0.2 139.5 0.96 0.41
Hex 4 CC 45 62 0 42 14 8C 60 29
Octal 4 314 105 142 0 102 24 214 140 51
Binary 100 11001100 1000101 1100010 0 1000010 10100 10001100 1100000 101001

Color Harmonies of #04CC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CC45

Black with #04CC45

Text Example


Text Example

White with #04CC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,204,69); }

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

background-color css

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

 a { background-color: rgb(4,204,69); }

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

border-color css

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

 span { border-color: rgb(4,204,69); }

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