Html Css Color HEX #01BE71 Jade

📋 copy color: '#01BE71'

red 1 ◦ green 190 ◦ blue 113

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

Shades of Jade #01BE71

Tints of Jade #01BE71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.17%

R = 0.33%
G = 62.5%
B = 37.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#01BE71 (or 0x01BE71) is known color: Jade. HEX triplet: 01, BE and 71. RGB value is (1,190,113). Sum of RGB (Red+Green+Blue) = 1+190+113=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 190 (74.61% from 255 or 62.5% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BE71 is #FE418E. Grayscale: #7C7C7C. Windows color (decimal): -16662927 or 7454209. OLE color: 7454209.

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

Color convert

RGB 1 190 113 -
CMYK 0.99 0 0.41 0.25
HSL 155.56º 0.99% 0.37% -
HSV(B) 155.56º 0.99% 0.75% -
XYZ 21.41 38.03 21.83 -
YUV 124.71 121.38 39.76 -
System Red Green Blue C M Y K H S L
Decimal 1 190 113 0.99 0 0.41 0.25 155.56 0.99 0.37
Hex 1 BE 71 63 0 29 19 9C 63 25
Octal 1 276 161 143 0 51 31 234 143 45
Binary 1 10111110 1110001 1100011 0 101001 11001 10011100 1100011 100101

Color Harmonies of #01BE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE71

Black with #01BE71

Text Example


Text Example

White with #01BE71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,190,113); }

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

background-color css

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

 a { background-color: rgb(1,190,113); }

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

border-color css

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

 span { border-color: rgb(1,190,113); }

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