Html Css Color HEX #85E504 Lawn Green

📋 copy color: '#85E504'

red 133 ◦ green 229 ◦ blue 4

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

Shades of Lawn Green #85E504

Tints of Lawn Green #85E504

RGB

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

 GREEN value IS 229 (89.84% from 255) = 62.57%

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 36.34%
G = 62.57%
B = 1.09%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#85E504 (or 0x85E504) is known color: Lawn Green. HEX triplet: 85, E5 and 04. RGB value is (133,229,4). Sum of RGB (Red+Green+Blue) = 133+229+4=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 229 (89.84% from 255 or 62.57% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 229 - color contains mainly: green. Hex color #85E504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85E504 is #7A1AFB. Grayscale: #AFAFAF. Windows color (decimal): -8002300 or 320901. OLE color: 320901.

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

Color convert

RGB 133 229 4 -
CMYK 0.42 0 0.98 0.10
HSL 85.6º 0.97% 0.46% -
HSV(B) 85.6º 0.98% 0.9% -
XYZ 37.71 61.03 9.91 -
YUV 174.65 31.7 98.3 -
System Red Green Blue C M Y K H S L
Decimal 133 229 4 0.42 0 0.98 0.10 85.6 0.97 0.46
Hex 85 E5 4 2A 0 62 A 56 61 2E
Octal 205 345 4 52 0 142 12 126 141 56
Binary 10000101 11100101 100 101010 0 1100010 1010 1010110 1100001 101110

Color Harmonies of #85E504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E504

Black with #85E504

Text Example


Text Example

White with #85E504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,229,4); }

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

background-color css

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

 a { background-color: rgb(133,229,4); }

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

border-color css

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

 span { border-color: rgb(133,229,4); }

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