Html Css Color HEX #08CB76 Mountain Meadow

📋 copy color: '#08CB76'

red 8 ◦ green 203 ◦ blue 118

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

Shades of Mountain Meadow #08CB76

Tints of Mountain Meadow #08CB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.87%

R = 2.43%
G = 61.7%
B = 35.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#08CB76 (or 0x08CB76) is known color: Mountain Meadow. HEX triplet: 08, CB and 76. RGB value is (8,203,118). Sum of RGB (Red+Green+Blue) = 8+203+118=329 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.43% from 329); Green value is 203 (79.69% from 255 or 61.70% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 203 - color contains mainly: green. Hex color #08CB76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CB76 is #F73489. Grayscale: #878787. Windows color (decimal): -16200842 or 7785224. OLE color: 7785224.

HSL color Cylindrical-coordinate representation of color #08CB76: hue angle of 153.85º 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 #08CB76 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 203 118 -
CMYK 0.96 0 0.42 0.20
HSL 153.85º 0.92% 0.41% -
HSV(B) 153.85º 0.96% 0.8% -
XYZ 24.73 44.07 24.34 -
YUV 135.01 118.4 37.41 -
System Red Green Blue C M Y K H S L
Decimal 8 203 118 0.96 0 0.42 0.20 153.85 0.92 0.41
Hex 8 CB 76 60 0 2A 14 9A 5C 29
Octal 10 313 166 140 0 52 24 232 134 51
Binary 1000 11001011 1110110 1100000 0 101010 10100 10011010 1011100 101001

Color Harmonies of #08CB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CB76

Black with #08CB76

Text Example


Text Example

White with #08CB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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