Html Css Color HEX #01CB71 Jade

📋 copy color: '#01CB71'

red 1 ◦ green 203 ◦ blue 113

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

Shades of Jade #01CB71

Tints of Jade #01CB71

RGB

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

 GREEN value IS 203 (79.69% from 255) = 64.04%

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

R = 0.32%
G = 64.04%
B = 35.65%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#01CB71 (or 0x01CB71) is known color: Jade. HEX triplet: 01, CB and 71. RGB value is (1,203,113). Sum of RGB (Red+Green+Blue) = 1+203+113=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 203 (79.69% from 255 or 64.04% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 203 - color contains mainly: green. Hex color #01CB71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CB71 is #FE348E. Grayscale: #848484. Windows color (decimal): -16659599 or 7457537. OLE color: 7457537.

HSL color Cylindrical-coordinate representation of color #01CB71: hue angle of 153.27º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CB71 is Cyan = 1.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 203 113 -
CMYK 1.00 0 0.44 0.20
HSL 153.27º 0.99% 0.4% -
HSV(B) 153.27º 1% 0.8% -
XYZ 24.35 43.91 22.82 -
YUV 132.34 117.08 34.32 -
System Red Green Blue C M Y K H S L
Decimal 1 203 113 1.00 0 0.44 0.20 153.27 0.99 0.4
Hex 1 CB 71 64 0 2C 14 99 63 28
Octal 1 313 161 144 0 54 24 231 143 50
Binary 1 11001011 1110001 1100100 0 101100 10100 10011001 1100011 101000

Color Harmonies of #01CB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CB71

Black with #01CB71

Text Example


Text Example

White with #01CB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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