Html Css Color HEX #04C550 Dark Pastel Green

📋 copy color: '#04C550'

red 4 ◦ green 197 ◦ blue 80

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

Shades of Dark Pastel Green #04C550

Tints of Dark Pastel Green #04C550

RGB

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

 GREEN value IS 197 (77.34% from 255) = 70.11%

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

R = 1.42%
G = 70.11%
B = 28.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#04C550 (or 0x04C550) is known color: Dark Pastel Green. HEX triplet: 04, C5 and 50. RGB value is (4,197,80). Sum of RGB (Red+Green+Blue) = 4+197+80=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 197 (77.34% from 255 or 70.11% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 197 - color contains mainly: green. Hex color #04C550 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C550 is #FB3AAF. Grayscale: #7E7E7E. Windows color (decimal): -16464560 or 5293316. OLE color: 5293316.

HSL color Cylindrical-coordinate representation of color #04C550: hue angle of 143.63º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C550 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 4 197 80 -
CMYK 0.98 0 0.59 0.23
HSL 143.63º 0.96% 0.39% -
HSV(B) 143.63º 0.98% 0.77% -
XYZ 21.46 40.54 14.28 -
YUV 125.96 102.06 41.01 -
System Red Green Blue C M Y K H S L
Decimal 4 197 80 0.98 0 0.59 0.23 143.63 0.96 0.39
Hex 4 C5 50 62 0 3B 17 90 60 27
Octal 4 305 120 142 0 73 27 220 140 47
Binary 100 11000101 1010000 1100010 0 111011 10111 10010000 1100000 100111

Color Harmonies of #04C550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C550

Black with #04C550

Text Example


Text Example

White with #04C550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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