Html Css Color HEX #04C375 Jade

📋 copy color: '#04C375'

red 4 ◦ green 195 ◦ blue 117

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

Shades of Jade #04C375

Tints of Jade #04C375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.03%

R = 1.27%
G = 61.71%
B = 37.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#04C375 (or 0x04C375) is known color: Jade. HEX triplet: 04, C3 and 75. RGB value is (4,195,117). Sum of RGB (Red+Green+Blue) = 4+195+117=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #04C375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C375 is #FB3C8A. Grayscale: #818181. Windows color (decimal): -16465035 or 7717636. OLE color: 7717636.

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

Color convert

RGB 4 195 117 -
CMYK 0.98 0 0.4 0.24
HSL 155.5º 0.96% 0.39% -
HSV(B) 155.5º 0.98% 0.76% -
XYZ 22.78 40.34 23.42 -
YUV 129 121.22 38.84 -
System Red Green Blue C M Y K H S L
Decimal 4 195 117 0.98 0 0.4 0.24 155.5 0.96 0.39
Hex 4 C3 75 62 0 28 18 9B 60 27
Octal 4 303 165 142 0 50 30 233 140 47
Binary 100 11000011 1110101 1100010 0 101000 11000 10011011 1100000 100111

Color Harmonies of #04C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C375

Black with #04C375

Text Example


Text Example

White with #04C375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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