Html Css Color HEX #04C36C Jade

📋 copy color: '#04C36C'

red 4 ◦ green 195 ◦ blue 108

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

Shades of Jade #04C36C

Tints of Jade #04C36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.18%

R = 1.3%
G = 63.52%
B = 35.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#04C36C (or 0x04C36C) is known color: Jade. HEX triplet: 04, C3 and 6C. RGB value is (4,195,108). Sum of RGB (Red+Green+Blue) = 4+195+108=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 195 (76.56% from 255 or 63.52% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 195 - color contains mainly: green. Hex color #04C36C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C36C is #FB3C93. Grayscale: #808080. Windows color (decimal): -16465044 or 7127812. OLE color: 7127812.

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

Color convert

RGB 4 195 108 -
CMYK 0.98 0 0.45 0.24
HSL 152.67º 0.96% 0.39% -
HSV(B) 152.67º 0.98% 0.76% -
XYZ 22.27 40.14 20.76 -
YUV 127.97 116.72 39.57 -
System Red Green Blue C M Y K H S L
Decimal 4 195 108 0.98 0 0.45 0.24 152.67 0.96 0.39
Hex 4 C3 6C 62 0 2D 18 99 60 27
Octal 4 303 154 142 0 55 30 231 140 47
Binary 100 11000011 1101100 1100010 0 101101 11000 10011001 1100000 100111

Color Harmonies of #04C36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C36C

Black with #04C36C

Text Example


Text Example

White with #04C36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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