Html Css Color HEX #85EA4B Mantis

📋 copy color: '#85EA4B'

red 133 ◦ green 234 ◦ blue 75

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

Shades of Mantis #85EA4B

Tints of Mantis #85EA4B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.94%

 BLUE value IS 75 (29.69% from 255) = 16.97%

R = 30.09%
G = 52.94%
B = 16.97%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#85EA4B (or 0x85EA4B) is known color: Mantis. HEX triplet: 85, EA and 4B. RGB value is (133,234,75). Sum of RGB (Red+Green+Blue) = 133+234+75=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 234 (91.80% from 255 or 52.94% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EA4B is #7A15B4. Grayscale: #BABABA. Windows color (decimal): -8000949 or 4975237. OLE color: 4975237.

HSL color Cylindrical-coordinate representation of color #85EA4B: hue angle of 98.11º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85EA4B is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 234 75 -
CMYK 0.43 0 0.68 0.08
HSL 98.11º 0.79% 0.61% -
HSV(B) 98.11º 0.68% 0.92% -
XYZ 40.37 64.34 16.95 -
YUV 185.68 65.54 90.43 -
System Red Green Blue C M Y K H S L
Decimal 133 234 75 0.43 0 0.68 0.08 98.11 0.79 0.61
Hex 85 EA 4B 2B 0 44 8 62 4F 3D
Octal 205 352 113 53 0 104 10 142 117 75
Binary 10000101 11101010 1001011 101011 0 1000100 1000 1100010 1001111 111101

Color Harmonies of #85EA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EA4B

Black with #85EA4B

Text Example


Text Example

White with #85EA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,234,75); }

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

background-color css

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

 a { background-color: rgb(133,234,75); }

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

border-color css

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

 span { border-color: rgb(133,234,75); }

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