Html Css Color HEX #85D469 Mantis

📋 copy color: '#85D469'

red 133 ◦ green 212 ◦ blue 105

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

Shades of Mantis #85D469

Tints of Mantis #85D469

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.11%

 BLUE value IS 105 (41.41% from 255) = 23.33%

R = 29.56%
G = 47.11%
B = 23.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#85D469 (or 0x85D469) is known color: Mantis. HEX triplet: 85, D4 and 69. RGB value is (133,212,105). Sum of RGB (Red+Green+Blue) = 133+212+105=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 212 - color contains mainly: green. Hex color #85D469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D469 is #7A2B96. Grayscale: #B0B0B0. Windows color (decimal): -8006551 or 6935685. OLE color: 6935685.

HSL color Cylindrical-coordinate representation of color #85D469: hue angle of 104.3º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85D469 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 133 212 105 -
CMYK 0.37 0 0.50 0.17
HSL 104.3º 0.55% 0.62% -
HSV(B) 104.3º 0.5% 0.83% -
XYZ 35.77 53.09 21.73 -
YUV 176.18 87.83 97.2 -
System Red Green Blue C M Y K H S L
Decimal 133 212 105 0.37 0 0.50 0.17 104.3 0.55 0.62
Hex 85 D4 69 25 0 32 11 68 37 3E
Octal 205 324 151 45 0 62 21 150 67 76
Binary 10000101 11010100 1101001 100101 0 110010 10001 1101000 110111 111110

Color Harmonies of #85D469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D469

Black with #85D469

Text Example


Text Example

White with #85D469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,212,105); }

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

background-color css

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

 a { background-color: rgb(133,212,105); }

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

border-color css

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

 span { border-color: rgb(133,212,105); }

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