Html Css Color HEX #85E90F Lawn Green

📋 copy color: '#85E90F'

red 133 ◦ green 233 ◦ blue 15

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

Shades of Lawn Green #85E90F

Tints of Lawn Green #85E90F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 61.15%

 BLUE value IS 15 (6.25% from 255) = 3.94%

R = 34.91%
G = 61.15%
B = 3.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#85E90F (or 0x85E90F) is known color: Lawn Green. HEX triplet: 85, E9 and 0F. RGB value is (133,233,15). Sum of RGB (Red+Green+Blue) = 133+233+15=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 233 (91.41% from 255 or 61.15% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 233 - color contains mainly: green. Hex color #85E90F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85E90F is #7A16F0. Grayscale: #B3B3B3. Windows color (decimal): -8001265 or 1042821. OLE color: 1042821.

HSL color Cylindrical-coordinate representation of color #85E90F: hue angle of 87.52º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85E90F is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 233 15 -
CMYK 0.43 0 0.94 0.09
HSL 87.52º 0.88% 0.49% -
HSV(B) 87.52º 0.94% 0.91% -
XYZ 38.9 63.3 10.62 -
YUV 178.25 35.87 95.73 -
System Red Green Blue C M Y K H S L
Decimal 133 233 15 0.43 0 0.94 0.09 87.52 0.88 0.49
Hex 85 E9 F 2B 0 5E 9 58 58 31
Octal 205 351 17 53 0 136 11 130 130 61
Binary 10000101 11101001 1111 101011 0 1011110 1001 1011000 1011000 110001

Color Harmonies of #85E90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E90F

Black with #85E90F

Text Example


Text Example

White with #85E90F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,233,15); }

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

background-color css

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

 a { background-color: rgb(133,233,15); }

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

border-color css

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

 span { border-color: rgb(133,233,15); }

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