Html Css Color HEX #85E610 Lawn Green

📋 copy color: '#85E610'

red 133 ◦ green 230 ◦ blue 16

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

Shades of Lawn Green #85E610

Tints of Lawn Green #85E610

RGB

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

 GREEN value IS 230 (90.23% from 255) = 60.69%

 BLUE value IS 16 (6.64% from 255) = 4.22%

R = 35.09%
G = 60.69%
B = 4.22%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#85E610 (or 0x85E610) is known color: Lawn Green. HEX triplet: 85, E6 and 10. RGB value is (133,230,16). Sum of RGB (Red+Green+Blue) = 133+230+16=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 230 (90.23% from 255 or 60.69% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 230 - color contains mainly: green. Hex color #85E610 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85E610 is #7A19EF. Grayscale: #B1B1B1. Windows color (decimal): -8002032 or 1107589. OLE color: 1107589.

HSL color Cylindrical-coordinate representation of color #85E610: hue angle of 87.2º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85E610 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 230 16 -
CMYK 0.42 0 0.93 0.10
HSL 87.2º 0.87% 0.48% -
HSV(B) 87.2º 0.93% 0.9% -
XYZ 38.06 61.62 10.38 -
YUV 176.6 37.36 96.9 -
System Red Green Blue C M Y K H S L
Decimal 133 230 16 0.42 0 0.93 0.10 87.2 0.87 0.48
Hex 85 E6 10 2A 0 5D A 57 57 30
Octal 205 346 20 52 0 135 12 127 127 60
Binary 10000101 11100110 10000 101010 0 1011101 1010 1010111 1010111 110000

Color Harmonies of #85E610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E610

Black with #85E610

Text Example


Text Example

White with #85E610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,230,16); }

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

background-color css

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

 a { background-color: rgb(133,230,16); }

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

border-color css

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

 span { border-color: rgb(133,230,16); }

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