Html Css Color HEX #04CC15 Dark Pastel Green

📋 copy color: '#04CC15'

red 4 ◦ green 204 ◦ blue 21

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

Shades of Dark Pastel Green #04CC15

Tints of Dark Pastel Green #04CC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.17%

R = 1.75%
G = 89.08%
B = 9.17%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#04CC15 (or 0x04CC15) is known color: Dark Pastel Green. HEX triplet: 04, CC and 15. RGB value is (4,204,21). Sum of RGB (Red+Green+Blue) = 4+204+21=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 204 (80.08% from 255 or 89.08% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CC15 is #FB33EA. Grayscale: #7B7B7B. Windows color (decimal): -16462827 or 1428484. OLE color: 1428484.

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

Color convert

RGB 4 204 21 -
CMYK 0.98 0 0.90 0.2
HSL 125.1º 0.96% 0.41% -
HSV(B) 125.1º 0.98% 0.8% -
XYZ 21.78 43.27 7.91 -
YUV 123.34 70.24 42.88 -
System Red Green Blue C M Y K H S L
Decimal 4 204 21 0.98 0 0.90 0.2 125.1 0.96 0.41
Hex 4 CC 15 62 0 5A 14 7D 60 29
Octal 4 314 25 142 0 132 24 175 140 51
Binary 100 11001100 10101 1100010 0 1011010 10100 1111101 1100000 101001

Color Harmonies of #04CC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CC15

Black with #04CC15

Text Example


Text Example

White with #04CC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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