Html Css Color HEX #85DE07 Lawn Green

📋 copy color: '#85DE07'

red 133 ◦ green 222 ◦ blue 7

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

Shades of Lawn Green #85DE07

Tints of Lawn Green #85DE07

RGB

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

 GREEN value IS 222 (87.11% from 255) = 61.33%

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

R = 36.74%
G = 61.33%
B = 1.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#85DE07 (or 0x85DE07) is known color: Lawn Green. HEX triplet: 85, DE and 07. RGB value is (133,222,7). Sum of RGB (Red+Green+Blue) = 133+222+7=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 222 (87.11% from 255 or 61.33% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DE07 is #7A21F8. Grayscale: #ABABAB. Windows color (decimal): -8004089 or 515717. OLE color: 515717.

HSL color Cylindrical-coordinate representation of color #85DE07: hue angle of 84.84º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85DE07 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 222 7 -
CMYK 0.40 0 0.97 0.13
HSL 84.84º 0.94% 0.45% -
HSV(B) 84.84º 0.97% 0.87% -
XYZ 35.83 57.24 9.36 -
YUV 170.88 35.51 100.98 -
System Red Green Blue C M Y K H S L
Decimal 133 222 7 0.40 0 0.97 0.13 84.84 0.94 0.45
Hex 85 DE 7 28 0 61 D 55 5E 2D
Octal 205 336 7 50 0 141 15 125 136 55
Binary 10000101 11011110 111 101000 0 1100001 1101 1010101 1011110 101101

Color Harmonies of #85DE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DE07

Black with #85DE07

Text Example


Text Example

White with #85DE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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