Html Css Color HEX #85CB5C Mantis

📋 copy color: '#85CB5C'

red 133 ◦ green 203 ◦ blue 92

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

Shades of Mantis #85CB5C

Tints of Mantis #85CB5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.5%

R = 31.07%
G = 47.43%
B = 21.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#85CB5C (or 0x85CB5C) is known color: Mantis. HEX triplet: 85, CB and 5C. RGB value is (133,203,92). Sum of RGB (Red+Green+Blue) = 133+203+92=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CB5C is #7A34A3. Grayscale: #A9A9A9. Windows color (decimal): -8008868 or 6081413. OLE color: 6081413.

HSL color Cylindrical-coordinate representation of color #85CB5C: hue angle of 97.84º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85CB5C is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 203 92 -
CMYK 0.34 0 0.55 0.20
HSL 97.84º 0.52% 0.58% -
HSV(B) 97.84º 0.55% 0.8% -
XYZ 32.96 48.47 17.74 -
YUV 169.42 84.31 102.03 -
System Red Green Blue C M Y K H S L
Decimal 133 203 92 0.34 0 0.55 0.20 97.84 0.52 0.58
Hex 85 CB 5C 22 0 37 14 62 34 3A
Octal 205 313 134 42 0 67 24 142 64 72
Binary 10000101 11001011 1011100 100010 0 110111 10100 1100010 110100 111010

Color Harmonies of #85CB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CB5C

Black with #85CB5C

Text Example


Text Example

White with #85CB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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