Html Css Color HEX #85DC66 Mantis

📋 copy color: '#85DC66'

red 133 ◦ green 220 ◦ blue 102

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

Shades of Mantis #85DC66

Tints of Mantis #85DC66

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.35%

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

R = 29.23%
G = 48.35%
B = 22.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#85DC66 (or 0x85DC66) is known color: Mantis. HEX triplet: 85, DC and 66. RGB value is (133,220,102). Sum of RGB (Red+Green+Blue) = 133+220+102=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DC66 is #7A2399. Grayscale: #B4B4B4. Windows color (decimal): -8004506 or 6741125. OLE color: 6741125.

HSL color Cylindrical-coordinate representation of color #85DC66: hue angle of 104.24º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85DC66 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 220 102 -
CMYK 0.40 0 0.54 0.14
HSL 104.24º 0.63% 0.63% -
HSV(B) 104.24º 0.54% 0.86% -
XYZ 37.66 57.13 21.61 -
YUV 180.54 83.68 94.09 -
System Red Green Blue C M Y K H S L
Decimal 133 220 102 0.40 0 0.54 0.14 104.24 0.63 0.63
Hex 85 DC 66 28 0 36 E 68 3F 3F
Octal 205 334 146 50 0 66 16 150 77 77
Binary 10000101 11011100 1100110 101000 0 110110 1110 1101000 111111 111111

Color Harmonies of #85DC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DC66

Black with #85DC66

Text Example


Text Example

White with #85DC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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