Html Css Color HEX #85EA07 Lawn Green

📋 copy color: '#85EA07'

red 133 ◦ green 234 ◦ blue 7

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

Shades of Lawn Green #85EA07

Tints of Lawn Green #85EA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.87%

R = 35.56%
G = 62.57%
B = 1.87%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#85EA07 (or 0x85EA07) is known color: Lawn Green. HEX triplet: 85, EA and 07. RGB value is (133,234,7). Sum of RGB (Red+Green+Blue) = 133+234+7=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 234 (91.80% from 255 or 62.57% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85EA07 is #7A15F8. Grayscale: #B2B2B2. Windows color (decimal): -8001017 or 518789. OLE color: 518789.

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

Color convert

RGB 133 234 7 -
CMYK 0.43 0 0.97 0.08
HSL 86.7º 0.94% 0.47% -
HSV(B) 86.7º 0.97% 0.92% -
XYZ 39.13 63.85 10.46 -
YUV 177.92 31.54 95.96 -
System Red Green Blue C M Y K H S L
Decimal 133 234 7 0.43 0 0.97 0.08 86.7 0.94 0.47
Hex 85 EA 7 2B 0 61 8 57 5E 2F
Octal 205 352 7 53 0 141 10 127 136 57
Binary 10000101 11101010 111 101011 0 1100001 1000 1010111 1011110 101111

Color Harmonies of #85EA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EA07

Black with #85EA07

Text Example


Text Example

White with #85EA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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