Html Css Color HEX #04C378 Jade

📋 copy color: '#04C378'

red 4 ◦ green 195 ◦ blue 120

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

Shades of Jade #04C378

Tints of Jade #04C378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.62%

R = 1.25%
G = 61.13%
B = 37.62%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#04C378 (or 0x04C378) is known color: Jade. HEX triplet: 04, C3 and 78. RGB value is (4,195,120). Sum of RGB (Red+Green+Blue) = 4+195+120=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #04C378 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C378 is #FB3C87. Grayscale: #818181. Windows color (decimal): -16465032 or 7914244. OLE color: 7914244.

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

Color convert

RGB 4 195 120 -
CMYK 0.98 0 0.38 0.24
HSL 156.44º 0.96% 0.39% -
HSV(B) 156.44º 0.98% 0.76% -
XYZ 22.96 40.41 24.36 -
YUV 129.34 122.72 38.6 -
System Red Green Blue C M Y K H S L
Decimal 4 195 120 0.98 0 0.38 0.24 156.44 0.96 0.39
Hex 4 C3 78 62 0 26 18 9C 60 27
Octal 4 303 170 142 0 46 30 234 140 47
Binary 100 11000011 1111000 1100010 0 100110 11000 10011100 1100000 100111

Color Harmonies of #04C378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C378

Black with #04C378

Text Example


Text Example

White with #04C378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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