Html Css Color HEX #01BF77 Jade

📋 copy color: '#01BF77'

red 1 ◦ green 191 ◦ blue 119

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

Shades of Jade #01BF77

Tints of Jade #01BF77

RGB

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

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

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

R = 0.32%
G = 61.41%
B = 38.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#01BF77 (or 0x01BF77) is known color: Jade. HEX triplet: 01, BF and 77. RGB value is (1,191,119). Sum of RGB (Red+Green+Blue) = 1+191+119=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 191 (75% from 255 or 61.41% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BF77 is #FE4088. Grayscale: #7E7E7E. Windows color (decimal): -16662665 or 7847681. OLE color: 7847681.

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

Color convert

RGB 1 191 119 -
CMYK 0.99 0 0.38 0.25
HSL 157.26º 0.99% 0.38% -
HSV(B) 157.26º 0.99% 0.75% -
XYZ 21.97 38.6 23.75 -
YUV 125.98 124.05 38.85 -
System Red Green Blue C M Y K H S L
Decimal 1 191 119 0.99 0 0.38 0.25 157.26 0.99 0.38
Hex 1 BF 77 63 0 26 19 9D 63 26
Octal 1 277 167 143 0 46 31 235 143 46
Binary 1 10111111 1110111 1100011 0 100110 11001 10011101 1100011 100110

Color Harmonies of #01BF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BF77

Black with #01BF77

Text Example


Text Example

White with #01BF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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