Html Css Color HEX #04C066 Jade

📋 copy color: '#04C066'

red 4 ◦ green 192 ◦ blue 102

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

Shades of Jade #04C066

Tints of Jade #04C066

RGB

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

 GREEN value IS 192 (75.39% from 255) = 64.43%

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 1.34%
G = 64.43%
B = 34.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#04C066 (or 0x04C066) is known color: Jade. HEX triplet: 04, C0 and 66. RGB value is (4,192,102). Sum of RGB (Red+Green+Blue) = 4+192+102=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #04C066 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C066 is #FB3F99. Grayscale: #7D7D7D. Windows color (decimal): -16465818 or 6733828. OLE color: 6733828.

HSL color Cylindrical-coordinate representation of color #04C066: hue angle of 151.28º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C066 is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 192 102 -
CMYK 0.98 0 0.47 0.25
HSL 151.28º 0.96% 0.38% -
HSV(B) 151.28º 0.98% 0.75% -
XYZ 21.3 38.68 18.91 -
YUV 125.53 114.72 41.32 -
System Red Green Blue C M Y K H S L
Decimal 4 192 102 0.98 0 0.47 0.25 151.28 0.96 0.38
Hex 4 C0 66 62 0 2F 19 97 60 26
Octal 4 300 146 142 0 57 31 227 140 46
Binary 100 11000000 1100110 1100010 0 101111 11001 10010111 1100000 100110

Color Harmonies of #04C066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C066

Black with #04C066

Text Example


Text Example

White with #04C066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,192,102); }

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

background-color css

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

 a { background-color: rgb(4,192,102); }

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

border-color css

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

 span { border-color: rgb(4,192,102); }

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