Html Css Color HEX #85CF68 Mantis

📋 copy color: '#85CF68'

red 133 ◦ green 207 ◦ blue 104

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

Shades of Mantis #85CF68

Tints of Mantis #85CF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.42%

R = 29.95%
G = 46.62%
B = 23.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#85CF68 (or 0x85CF68) is known color: Mantis. HEX triplet: 85, CF and 68. RGB value is (133,207,104). Sum of RGB (Red+Green+Blue) = 133+207+104=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF68 is #7A3097. Grayscale: #ADADAD. Windows color (decimal): -8007832 or 6868869. OLE color: 6868869.

HSL color Cylindrical-coordinate representation of color #85CF68: hue angle of 103.11º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85CF68 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 207 104 -
CMYK 0.36 0 0.50 0.19
HSL 103.11º 0.52% 0.61% -
HSV(B) 103.11º 0.5% 0.81% -
XYZ 34.48 50.61 21.05 -
YUV 173.13 88.98 99.38 -
System Red Green Blue C M Y K H S L
Decimal 133 207 104 0.36 0 0.50 0.19 103.11 0.52 0.61
Hex 85 CF 68 24 0 32 13 67 34 3D
Octal 205 317 150 44 0 62 23 147 64 75
Binary 10000101 11001111 1101000 100100 0 110010 10011 1100111 110100 111101

Color Harmonies of #85CF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CF68

Black with #85CF68

Text Example


Text Example

White with #85CF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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