Html Css Color HEX #02BE77 Jade

📋 copy color: '#02BE77'

red 2 ◦ green 190 ◦ blue 119

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

Shades of Jade #02BE77

Tints of Jade #02BE77

RGB

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

 GREEN value IS 190 (74.61% from 255) = 61.09%

 BLUE value IS 119 (46.88% from 255) = 38.26%

R = 0.64%
G = 61.09%
B = 38.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#02BE77 (or 0x02BE77) is known color: Jade. HEX triplet: 02, BE and 77. RGB value is (2,190,119). Sum of RGB (Red+Green+Blue) = 2+190+119=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 190 (74.61% from 255 or 61.09% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 190 - color contains mainly: green. Hex color #02BE77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BE77 is #FD4188. Grayscale: #7D7D7D. Windows color (decimal): -16597385 or 7847426. OLE color: 7847426.

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

Color convert

RGB 2 190 119 -
CMYK 0.99 0 0.37 0.25
HSL 157.34º 0.98% 0.38% -
HSV(B) 157.34º 0.99% 0.75% -
XYZ 21.77 38.17 23.67 -
YUV 125.69 124.22 39.77 -
System Red Green Blue C M Y K H S L
Decimal 2 190 119 0.99 0 0.37 0.25 157.34 0.98 0.38
Hex 2 BE 77 63 0 25 19 9D 62 26
Octal 2 276 167 143 0 45 31 235 142 46
Binary 10 10111110 1110111 1100011 0 100101 11001 10011101 1100010 100110

Color Harmonies of #02BE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BE77

Black with #02BE77

Text Example


Text Example

White with #02BE77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,190,119); }

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

background-color css

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

 a { background-color: rgb(2,190,119); }

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

border-color css

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

 span { border-color: rgb(2,190,119); }

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