Html Css Color HEX #85EF1F Lawn Green

📋 copy color: '#85EF1F'

red 133 ◦ green 239 ◦ blue 31

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

Shades of Lawn Green #85EF1F

Tints of Lawn Green #85EF1F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 59.31%

 BLUE value IS 31 (12.5% from 255) = 7.69%

R = 33%
G = 59.31%
B = 7.69%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#85EF1F (or 0x85EF1F) is known color: Lawn Green. HEX triplet: 85, EF and 1F. RGB value is (133,239,31). Sum of RGB (Red+Green+Blue) = 133+239+31=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 239 (93.75% from 255 or 59.31% from 403); Blue value is 31 (12.5% from 255 or 7.69% from 403); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EF1F is #7A10E0. Grayscale: #B8B8B8. Windows color (decimal): -7999713 or 2092933. OLE color: 2092933.

HSL color Cylindrical-coordinate representation of color #85EF1F: hue angle of 90.58º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85EF1F is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 239 31 -
CMYK 0.44 0 0.87 0.06
HSL 90.58º 0.87% 0.53% -
HSV(B) 90.58º 0.87% 0.94% -
XYZ 40.79 66.82 12.04 -
YUV 183.59 41.88 91.91 -
System Red Green Blue C M Y K H S L
Decimal 133 239 31 0.44 0 0.87 0.06 90.58 0.87 0.53
Hex 85 EF 1F 2C 0 57 6 5B 57 35
Octal 205 357 37 54 0 127 6 133 127 65
Binary 10000101 11101111 11111 101100 0 1010111 110 1011011 1010111 110101

Color Harmonies of #85EF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EF1F

Black with #85EF1F

Text Example


Text Example

White with #85EF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,239,31); }

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

background-color css

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

 a { background-color: rgb(133,239,31); }

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

border-color css

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

 span { border-color: rgb(133,239,31); }

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