Html Css Color HEX #85CB66 Mantis

📋 copy color: '#85CB66'

red 133 ◦ green 203 ◦ blue 102

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

Shades of Mantis #85CB66

Tints of Mantis #85CB66

RGB

 RED value IS 133 (52.34% from 255) = 30.37%

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

 BLUE value IS 102 (40.23% from 255) = 23.29%

R = 30.37%
G = 46.35%
B = 23.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#85CB66 (or 0x85CB66) is known color: Mantis. HEX triplet: 85, CB and 66. RGB value is (133,203,102). Sum of RGB (Red+Green+Blue) = 133+203+102=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CB66 is #7A3499. Grayscale: #AAAAAA. Windows color (decimal): -8008858 or 6736773. OLE color: 6736773.

HSL color Cylindrical-coordinate representation of color #85CB66: hue angle of 101.58º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85CB66 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 203 102 -
CMYK 0.34 0 0.50 0.20
HSL 101.58º 0.49% 0.6% -
HSV(B) 101.58º 0.5% 0.8% -
XYZ 33.43 48.66 20.2 -
YUV 170.56 89.31 101.21 -
System Red Green Blue C M Y K H S L
Decimal 133 203 102 0.34 0 0.50 0.20 101.58 0.49 0.6
Hex 85 CB 66 22 0 32 14 66 31 3C
Octal 205 313 146 42 0 62 24 146 61 74
Binary 10000101 11001011 1100110 100010 0 110010 10100 1100110 110001 111100

Color Harmonies of #85CB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CB66

Black with #85CB66

Text Example


Text Example

White with #85CB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85CB66; }

 p { color: rgb(133,203,102); }

 H1.HeaderClassName
 {
   color: #85CB66;
 }
 .AnyTagClassName
 {
   color: #85CB66;
 }
</style>

background-color css

<style>
 a { background-color: #85CB66; }

 a { background-color: rgb(133,203,102); }

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

border-color css

<style>
 span { border-color: #85CB66; }

 span { border-color: rgb(133,203,102); }

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