Html Css Color HEX #85DF15 Lawn Green

📋 copy color: '#85DF15'

red 133 ◦ green 223 ◦ blue 21

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

Shades of Lawn Green #85DF15

Tints of Lawn Green #85DF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.57%

R = 35.28%
G = 59.15%
B = 5.57%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#85DF15 (or 0x85DF15) is known color: Lawn Green. HEX triplet: 85, DF and 15. RGB value is (133,223,21). Sum of RGB (Red+Green+Blue) = 133+223+21=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DF15 is #7A20EA. Grayscale: #ADADAD. Windows color (decimal): -8003819 or 1433477. OLE color: 1433477.

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

Color convert

RGB 133 223 21 -
CMYK 0.40 0 0.91 0.13
HSL 86.73º 0.83% 0.48% -
HSV(B) 86.73º 0.91% 0.87% -
XYZ 36.2 57.82 9.96 -
YUV 173.06 42.18 99.43 -
System Red Green Blue C M Y K H S L
Decimal 133 223 21 0.40 0 0.91 0.13 86.73 0.83 0.48
Hex 85 DF 15 28 0 5B D 57 53 30
Octal 205 337 25 50 0 133 15 127 123 60
Binary 10000101 11011111 10101 101000 0 1011011 1101 1010111 1010011 110000

Color Harmonies of #85DF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DF15

Black with #85DF15

Text Example


Text Example

White with #85DF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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