Html Css Color HEX #85DF00 Lawn Green

📋 copy color: '#85DF00'

red 133 ◦ green 223 ◦ blue 0

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

Shades of Lawn Green #85DF00

Tints of Lawn Green #85DF00

RGB

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

 GREEN value IS 223 (87.5% from 255) = 62.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.36%
G = 62.64%
B = 0%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#85DF00 (or 0x85DF00) is known color: Lawn Green. HEX triplet: 85, DF and 00. RGB value is (133,223,0). Sum of RGB (Red+Green+Blue) = 133+223+0=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 223 (87.5% from 255 or 62.64% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DF00 is #7A20FF. Grayscale: #ABABAB. Windows color (decimal): -8003840 or 57221. OLE color: 57221.

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

Color convert

RGB 133 223 0 -
CMYK 0.40 0 1 0.13
HSL 84.22º 1% 0.44% -
HSV(B) 84.22º 1% 0.87% -
XYZ 36.06 57.76 9.25 -
YUV 170.67 31.68 101.13 -
System Red Green Blue C M Y K H S L
Decimal 133 223 0 0.40 0 1 0.13 84.22 1 0.44
Hex 85 DF 0 28 0 64 D 54 64 2C
Octal 205 337 0 50 0 144 15 124 144 54
Binary 10000101 11011111 0 101000 0 1100100 1101 1010100 1100100 101100

Color Harmonies of #85DF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DF00

Black with #85DF00

Text Example


Text Example

White with #85DF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,223,0); }

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

background-color css

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

 a { background-color: rgb(133,223,0); }

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

border-color css

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

 span { border-color: rgb(133,223,0); }

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