Html Css Color HEX #85CF52 Mantis

📋 copy color: '#85CF52'

red 133 ◦ green 207 ◦ blue 82

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

Shades of Mantis #85CF52

Tints of Mantis #85CF52

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.05%

 BLUE value IS 82 (32.42% from 255) = 19.43%

R = 31.52%
G = 49.05%
B = 19.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#85CF52 (or 0x85CF52) is known color: Mantis. HEX triplet: 85, CF and 52. RGB value is (133,207,82). Sum of RGB (Red+Green+Blue) = 133+207+82=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF52 is #7A30AD. Grayscale: #ABABAB. Windows color (decimal): -8007854 or 5427077. OLE color: 5427077.

HSL color Cylindrical-coordinate representation of color #85CF52: hue angle of 95.52º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85CF52 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 207 82 -
CMYK 0.36 0 0.60 0.19
HSL 95.52º 0.57% 0.57% -
HSV(B) 95.52º 0.6% 0.81% -
XYZ 33.51 50.22 15.91 -
YUV 170.62 77.98 101.16 -
System Red Green Blue C M Y K H S L
Decimal 133 207 82 0.36 0 0.60 0.19 95.52 0.57 0.57
Hex 85 CF 52 24 0 3C 13 60 39 39
Octal 205 317 122 44 0 74 23 140 71 71
Binary 10000101 11001111 1010010 100100 0 111100 10011 1100000 111001 111001

Color Harmonies of #85CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CF52

Black with #85CF52

Text Example


Text Example

White with #85CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,207,82); }

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

background-color css

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

 a { background-color: rgb(133,207,82); }

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

border-color css

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

 span { border-color: rgb(133,207,82); }

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