Html Css Color HEX #06CB71 Jade

📋 copy color: '#06CB71'

red 6 ◦ green 203 ◦ blue 113

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

Shades of Jade #06CB71

Tints of Jade #06CB71

RGB

 RED value IS 6 (2.73% from 255) = 1.86%

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

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

R = 1.86%
G = 63.04%
B = 35.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#06CB71 (or 0x06CB71) is known color: Jade. HEX triplet: 06, CB and 71. RGB value is (6,203,113). Sum of RGB (Red+Green+Blue) = 6+203+113=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 203 (79.69% from 255 or 63.04% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 203 - color contains mainly: green. Hex color #06CB71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06CB71 is #F9348E. Grayscale: #868686. Windows color (decimal): -16331919 or 7457542. OLE color: 7457542.

HSL color Cylindrical-coordinate representation of color #06CB71: hue angle of 152.59º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CB71 is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 203 113 -
CMYK 0.97 0 0.44 0.20
HSL 152.59º 0.94% 0.41% -
HSV(B) 152.59º 0.97% 0.8% -
XYZ 24.41 43.94 22.82 -
YUV 133.84 116.23 36.82 -
System Red Green Blue C M Y K H S L
Decimal 6 203 113 0.97 0 0.44 0.20 152.59 0.94 0.41
Hex 6 CB 71 61 0 2C 14 99 5E 29
Octal 6 313 161 141 0 54 24 231 136 51
Binary 110 11001011 1110001 1100001 0 101100 10100 10011001 1011110 101001

Color Harmonies of #06CB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CB71

Black with #06CB71

Text Example


Text Example

White with #06CB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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