Html Css Color HEX #04C372 Jade

📋 copy color: '#04C372'

red 4 ◦ green 195 ◦ blue 114

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

Shades of Jade #04C372

Tints of Jade #04C372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.42%

R = 1.28%
G = 62.3%
B = 36.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#04C372 (or 0x04C372) is known color: Jade. HEX triplet: 04, C3 and 72. RGB value is (4,195,114). Sum of RGB (Red+Green+Blue) = 4+195+114=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #04C372 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C372 is #FB3C8D. Grayscale: #808080. Windows color (decimal): -16465038 or 7521028. OLE color: 7521028.

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

Color convert

RGB 4 195 114 -
CMYK 0.98 0 0.42 0.24
HSL 154.56º 0.96% 0.39% -
HSV(B) 154.56º 0.98% 0.76% -
XYZ 22.6 40.27 22.5 -
YUV 128.66 119.72 39.09 -
System Red Green Blue C M Y K H S L
Decimal 4 195 114 0.98 0 0.42 0.24 154.56 0.96 0.39
Hex 4 C3 72 62 0 2A 18 9B 60 27
Octal 4 303 162 142 0 52 30 233 140 47
Binary 100 11000011 1110010 1100010 0 101010 11000 10011011 1100000 100111

Color Harmonies of #04C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C372

Black with #04C372

Text Example


Text Example

White with #04C372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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