Html Css Color HEX #02C56B Jade

📋 copy color: '#02C56B'

red 2 ◦ green 197 ◦ blue 107

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

Shades of Jade #02C56B

Tints of Jade #02C56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.97%

R = 0.65%
G = 64.38%
B = 34.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#02C56B (or 0x02C56B) is known color: Jade. HEX triplet: 02, C5 and 6B. RGB value is (2,197,107). Sum of RGB (Red+Green+Blue) = 2+197+107=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 197 (77.34% from 255 or 64.38% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 197 - color contains mainly: green. Hex color #02C56B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C56B is #FD3A94. Grayscale: #808080. Windows color (decimal): -16595605 or 7062786. OLE color: 7062786.

HSL color Cylindrical-coordinate representation of color #02C56B: hue angle of 152.31º 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 #02C56B is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 197 107 -
CMYK 0.99 0 0.46 0.23
HSL 152.31º 0.98% 0.39% -
HSV(B) 152.31º 0.99% 0.77% -
XYZ 22.65 41.01 20.63 -
YUV 128.44 115.9 37.82 -
System Red Green Blue C M Y K H S L
Decimal 2 197 107 0.99 0 0.46 0.23 152.31 0.98 0.39
Hex 2 C5 6B 63 0 2E 17 98 62 27
Octal 2 305 153 143 0 56 27 230 142 47
Binary 10 11000101 1101011 1100011 0 101110 10111 10011000 1100010 100111

Color Harmonies of #02C56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C56B

Black with #02C56B

Text Example


Text Example

White with #02C56B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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