Html Css Color HEX #08CB71 Jade

📋 copy color: '#08CB71'

red 8 ◦ green 203 ◦ blue 113

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

Shades of Jade #08CB71

Tints of Jade #08CB71

RGB

 RED value IS 8 (3.52% from 255) = 2.47%

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

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

R = 2.47%
G = 62.65%
B = 34.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#08CB71 (or 0x08CB71) is known color: Jade. HEX triplet: 08, CB and 71. RGB value is (8,203,113). Sum of RGB (Red+Green+Blue) = 8+203+113=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 203 (79.69% from 255 or 62.65% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 203 - color contains mainly: green. Hex color #08CB71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CB71 is #F7348E. Grayscale: #868686. Windows color (decimal): -16200847 or 7457544. OLE color: 7457544.

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

Color convert

RGB 8 203 113 -
CMYK 0.96 0 0.44 0.20
HSL 152.31º 0.92% 0.41% -
HSV(B) 152.31º 0.96% 0.8% -
XYZ 24.44 43.96 22.82 -
YUV 134.44 115.9 37.82 -
System Red Green Blue C M Y K H S L
Decimal 8 203 113 0.96 0 0.44 0.20 152.31 0.92 0.41
Hex 8 CB 71 60 0 2C 14 98 5C 29
Octal 10 313 161 140 0 54 24 230 134 51
Binary 1000 11001011 1110001 1100000 0 101100 10100 10011000 1011100 101001

Color Harmonies of #08CB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CB71

Black with #08CB71

Text Example


Text Example

White with #08CB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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