Html Css Color HEX #01BF64 Jade

📋 copy color: '#01BF64'

red 1 ◦ green 191 ◦ blue 100

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

Shades of Jade #01BF64

Tints of Jade #01BF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.25%

R = 0.34%
G = 65.41%
B = 34.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#01BF64 (or 0x01BF64) is known color: Jade. HEX triplet: 01, BF and 64. RGB value is (1,191,100). Sum of RGB (Red+Green+Blue) = 1+191+100=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 191 (75% from 255 or 65.41% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BF64 is #FE409B. Grayscale: #7B7B7B. Windows color (decimal): -16662684 or 6602497. OLE color: 6602497.

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

Color convert

RGB 1 191 100 -
CMYK 0.99 0 0.48 0.25
HSL 151.26º 0.99% 0.38% -
HSV(B) 151.26º 0.99% 0.75% -
XYZ 20.94 38.19 18.32 -
YUV 123.82 114.55 40.4 -
System Red Green Blue C M Y K H S L
Decimal 1 191 100 0.99 0 0.48 0.25 151.26 0.99 0.38
Hex 1 BF 64 63 0 30 19 97 63 26
Octal 1 277 144 143 0 60 31 227 143 46
Binary 1 10111111 1100100 1100011 0 110000 11001 10010111 1100011 100110

Color Harmonies of #01BF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BF64

Black with #01BF64

Text Example


Text Example

White with #01BF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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