Html Css Color HEX #02C564 Jade

📋 copy color: '#02C564'

red 2 ◦ green 197 ◦ blue 100

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

Shades of Jade #02C564

Tints of Jade #02C564

RGB

 RED value IS 2 (1.17% from 255) = 0.67%

 GREEN value IS 197 (77.34% from 255) = 65.89%

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 0.67%
G = 65.89%
B = 33.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#02C564 (or 0x02C564) is known color: Jade. HEX triplet: 02, C5 and 64. RGB value is (2,197,100). Sum of RGB (Red+Green+Blue) = 2+197+100=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 197 (77.34% from 255 or 65.89% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 197 - color contains mainly: green. Hex color #02C564 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C564 is #FD3A9B. Grayscale: #7F7F7F. Windows color (decimal): -16595612 or 6604034. OLE color: 6604034.

HSL color Cylindrical-coordinate representation of color #02C564: hue angle of 150.15º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C564 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 197 100 -
CMYK 0.99 0 0.49 0.23
HSL 150.15º 0.98% 0.39% -
HSV(B) 150.15º 0.99% 0.77% -
XYZ 22.29 40.87 18.77 -
YUV 127.64 112.4 38.39 -
System Red Green Blue C M Y K H S L
Decimal 2 197 100 0.99 0 0.49 0.23 150.15 0.98 0.39
Hex 2 C5 64 63 0 31 17 96 62 27
Octal 2 305 144 143 0 61 27 226 142 47
Binary 10 11000101 1100100 1100011 0 110001 10111 10010110 1100010 100111

Color Harmonies of #02C564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C564

Black with #02C564

Text Example


Text Example

White with #02C564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02C564; }

 p { color: rgb(2,197,100); }

 H1.HeaderClassName
 {
   color: #02C564;
 }
 .AnyTagClassName
 {
   color: #02C564;
 }
</style>

background-color css

<style>
 a { background-color: #02C564; }

 a { background-color: rgb(2,197,100); }

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

border-color css

<style>
 span { border-color: #02C564; }

 span { border-color: rgb(2,197,100); }

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