Html Css Color HEX #04C350 Dark Pastel Green

📋 copy color: '#04C350'

red 4 ◦ green 195 ◦ blue 80

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

Shades of Dark Pastel Green #04C350

Tints of Dark Pastel Green #04C350

RGB

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

 GREEN value IS 195 (76.56% from 255) = 69.89%

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

R = 1.43%
G = 69.89%
B = 28.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#04C350 (or 0x04C350) is known color: Dark Pastel Green. HEX triplet: 04, C3 and 50. RGB value is (4,195,80). Sum of RGB (Red+Green+Blue) = 4+195+80=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 195 (76.56% from 255 or 69.89% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 195 - color contains mainly: green. Hex color #04C350 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C350 is #FB3CAF. Grayscale: #7D7D7D. Windows color (decimal): -16465072 or 5292804. OLE color: 5292804.

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

Color convert

RGB 4 195 80 -
CMYK 0.98 0 0.59 0.24
HSL 143.87º 0.96% 0.39% -
HSV(B) 143.87º 0.98% 0.76% -
XYZ 21.01 39.64 14.13 -
YUV 124.78 102.72 41.85 -
System Red Green Blue C M Y K H S L
Decimal 4 195 80 0.98 0 0.59 0.24 143.87 0.96 0.39
Hex 4 C3 50 62 0 3B 18 90 60 27
Octal 4 303 120 142 0 73 30 220 140 47
Binary 100 11000011 1010000 1100010 0 111011 11000 10010000 1100000 100111

Color Harmonies of #04C350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C350

Black with #04C350

Text Example


Text Example

White with #04C350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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