Html Css Color HEX #01BF73 Jade

📋 copy color: '#01BF73'

red 1 ◦ green 191 ◦ blue 115

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

Shades of Jade #01BF73

Tints of Jade #01BF73

RGB

 RED value IS 1 (0.78% from 255) = 0.33%

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

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

R = 0.33%
G = 62.21%
B = 37.46%

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

#01BF73 (or 0x01BF73) is known color: Jade. HEX triplet: 01, BF and 73. RGB value is (1,191,115). Sum of RGB (Red+Green+Blue) = 1+191+115=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 191 (75% from 255 or 62.21% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BF73 is #FE408C. Grayscale: #7D7D7D. Windows color (decimal): -16662669 or 7585537. OLE color: 7585537.

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

Color convert

RGB 1 191 115 -
CMYK 0.99 0 0.40 0.25
HSL 156º 0.99% 0.38% -
HSV(B) 156º 0.99% 0.75% -
XYZ 21.74 38.51 22.51 -
YUV 125.53 122.05 39.18 -
System Red Green Blue C M Y K H S L
Decimal 1 191 115 0.99 0 0.40 0.25 156 0.99 0.38
Hex 1 BF 73 63 0 28 19 9C 63 26
Octal 1 277 163 143 0 50 31 234 143 46
Binary 1 10111111 1110011 1100011 0 101000 11001 10011100 1100011 100110

Color Harmonies of #01BF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BF73

Black with #01BF73

Text Example


Text Example

White with #01BF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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