Html Css Color HEX #02BF73 Jade

📋 copy color: '#02BF73'

red 2 ◦ green 191 ◦ blue 115

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

Shades of Jade #02BF73

Tints of Jade #02BF73

RGB

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

 GREEN value IS 191 (75% from 255) = 62.01%

 BLUE value IS 115 (45.31% from 255) = 37.34%

R = 0.65%
G = 62.01%
B = 37.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#02BF73 (or 0x02BF73) is known color: Jade. HEX triplet: 02, BF and 73. RGB value is (2,191,115). Sum of RGB (Red+Green+Blue) = 2+191+115=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 191 (75% from 255 or 62.01% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 191 - color contains mainly: green. Hex color #02BF73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BF73 is #FD408C. Grayscale: #7D7D7D. Windows color (decimal): -16597133 or 7585538. OLE color: 7585538.

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

Color convert

RGB 2 191 115 -
CMYK 0.99 0 0.40 0.25
HSL 155.87º 0.98% 0.38% -
HSV(B) 155.87º 0.99% 0.75% -
XYZ 21.75 38.51 22.51 -
YUV 125.83 121.88 39.68 -
System Red Green Blue C M Y K H S L
Decimal 2 191 115 0.99 0 0.40 0.25 155.87 0.98 0.38
Hex 2 BF 73 63 0 28 19 9C 62 26
Octal 2 277 163 143 0 50 31 234 142 46
Binary 10 10111111 1110011 1100011 0 101000 11001 10011100 1100010 100110

Color Harmonies of #02BF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BF73

Black with #02BF73

Text Example


Text Example

White with #02BF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,191,115); }

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

background-color css

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

 a { background-color: rgb(2,191,115); }

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

border-color css

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

 span { border-color: rgb(2,191,115); }

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