Html Css Color HEX #01BE75 Jade

📋 copy color: '#01BE75'

red 1 ◦ green 190 ◦ blue 117

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

Shades of Jade #01BE75

Tints of Jade #01BE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.99%

R = 0.32%
G = 61.69%
B = 37.99%

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

#01BE75 (or 0x01BE75) is known color: Jade. HEX triplet: 01, BE and 75. RGB value is (1,190,117). Sum of RGB (Red+Green+Blue) = 1+190+117=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 190 (74.61% from 255 or 61.69% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BE75 is #FE418A. Grayscale: #7D7D7D. Windows color (decimal): -16662923 or 7716353. OLE color: 7716353.

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

Color convert

RGB 1 190 117 -
CMYK 0.99 0 0.38 0.25
HSL 156.83º 0.99% 0.37% -
HSV(B) 156.83º 0.99% 0.75% -
XYZ 21.64 38.12 23.05 -
YUV 125.17 123.38 39.44 -
System Red Green Blue C M Y K H S L
Decimal 1 190 117 0.99 0 0.38 0.25 156.83 0.99 0.37
Hex 1 BE 75 63 0 26 19 9D 63 25
Octal 1 276 165 143 0 46 31 235 143 45
Binary 1 10111110 1110101 1100011 0 100110 11001 10011101 1100011 100101

Color Harmonies of #01BE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE75

Black with #01BE75

Text Example


Text Example

White with #01BE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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