Html Css Color HEX #04C05C Pigment Green

📋 copy color: '#04C05C'

red 4 ◦ green 192 ◦ blue 92

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

Shades of Pigment Green #04C05C

Tints of Pigment Green #04C05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.94%

R = 1.39%
G = 66.67%
B = 31.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#04C05C (or 0x04C05C) is known color: Pigment Green. HEX triplet: 04, C0 and 5C. RGB value is (4,192,92). Sum of RGB (Red+Green+Blue) = 4+192+92=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 192 (75.39% from 255 or 66.67% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 192 - color contains mainly: green. Hex color #04C05C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C05C is #FB3FA3. Grayscale: #7C7C7C. Windows color (decimal): -16465828 or 6078468. OLE color: 6078468.

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

Color convert

RGB 4 192 92 -
CMYK 0.98 0 0.52 0.25
HSL 148.09º 0.96% 0.38% -
HSV(B) 148.09º 0.98% 0.75% -
XYZ 20.83 38.5 16.46 -
YUV 124.39 109.72 42.13 -
System Red Green Blue C M Y K H S L
Decimal 4 192 92 0.98 0 0.52 0.25 148.09 0.96 0.38
Hex 4 C0 5C 62 0 34 19 94 60 26
Octal 4 300 134 142 0 64 31 224 140 46
Binary 100 11000000 1011100 1100010 0 110100 11001 10010100 1100000 100110

Color Harmonies of #04C05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C05C

Black with #04C05C

Text Example


Text Example

White with #04C05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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