Html Css Color HEX #04C050 Dark Pastel Green

📋 copy color: '#04C050'

red 4 ◦ green 192 ◦ blue 80

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

Shades of Dark Pastel Green #04C050

Tints of Dark Pastel Green #04C050

RGB

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

 GREEN value IS 192 (75.39% from 255) = 69.57%

 BLUE value IS 80 (31.64% from 255) = 28.99%

R = 1.45%
G = 69.57%
B = 28.99%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#04C050 (or 0x04C050) is known color: Dark Pastel Green. HEX triplet: 04, C0 and 50. RGB value is (4,192,80). Sum of RGB (Red+Green+Blue) = 4+192+80=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #04C050 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C050 is #FB3FAF. Grayscale: #7B7B7B. Windows color (decimal): -16465840 or 5292036. OLE color: 5292036.

HSL color Cylindrical-coordinate representation of color #04C050: hue angle of 144.26º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C050 is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 192 80 -
CMYK 0.98 0 0.58 0.25
HSL 144.26º 0.96% 0.38% -
HSV(B) 144.26º 0.98% 0.75% -
XYZ 20.35 38.3 13.91 -
YUV 123.02 103.72 43.11 -
System Red Green Blue C M Y K H S L
Decimal 4 192 80 0.98 0 0.58 0.25 144.26 0.96 0.38
Hex 4 C0 50 62 0 3A 19 90 60 26
Octal 4 300 120 142 0 72 31 220 140 46
Binary 100 11000000 1010000 1100010 0 111010 11001 10010000 1100000 100110

Color Harmonies of #04C050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C050

Black with #04C050

Text Example


Text Example

White with #04C050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,192,80); }

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

background-color css

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

 a { background-color: rgb(4,192,80); }

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

border-color css

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

 span { border-color: rgb(4,192,80); }

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