Html Css Color HEX #04C374 Jade

📋 copy color: '#04C374'

red 4 ◦ green 195 ◦ blue 116

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

Shades of Jade #04C374

Tints of Jade #04C374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 1.27%
G = 61.9%
B = 36.83%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#04C374 (or 0x04C374) is known color: Jade. HEX triplet: 04, C3 and 74. RGB value is (4,195,116). Sum of RGB (Red+Green+Blue) = 4+195+116=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #04C374 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C374 is #FB3C8B. Grayscale: #818181. Windows color (decimal): -16465036 or 7652100. OLE color: 7652100.

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

Color convert

RGB 4 195 116 -
CMYK 0.98 0 0.41 0.24
HSL 155.18º 0.96% 0.39% -
HSV(B) 155.18º 0.98% 0.76% -
XYZ 22.72 40.32 23.11 -
YUV 128.89 120.72 38.92 -
System Red Green Blue C M Y K H S L
Decimal 4 195 116 0.98 0 0.41 0.24 155.18 0.96 0.39
Hex 4 C3 74 62 0 29 18 9B 60 27
Octal 4 303 164 142 0 51 30 233 140 47
Binary 100 11000011 1110100 1100010 0 101001 11000 10011011 1100000 100111

Color Harmonies of #04C374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C374

Black with #04C374

Text Example


Text Example

White with #04C374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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