Html Css Color HEX #85EF1C Lawn Green

📋 copy color: '#85EF1C'

red 133 ◦ green 239 ◦ blue 28

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

Shades of Lawn Green #85EF1C

Tints of Lawn Green #85EF1C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 59.75%

 BLUE value IS 28 (11.33% from 255) = 7%

R = 33.25%
G = 59.75%
B = 7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#85EF1C (or 0x85EF1C) is known color: Lawn Green. HEX triplet: 85, EF and 1C. RGB value is (133,239,28). Sum of RGB (Red+Green+Blue) = 133+239+28=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 239 (93.75% from 255 or 59.75% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EF1C is #7A10E3. Grayscale: #B7B7B7. Windows color (decimal): -7999716 or 1896325. OLE color: 1896325.

HSL color Cylindrical-coordinate representation of color #85EF1C: hue angle of 90.14º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85EF1C is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 239 28 -
CMYK 0.44 0 0.88 0.06
HSL 90.14º 0.87% 0.52% -
HSV(B) 90.14º 0.88% 0.94% -
XYZ 40.75 66.8 11.85 -
YUV 183.25 40.38 92.16 -
System Red Green Blue C M Y K H S L
Decimal 133 239 28 0.44 0 0.88 0.06 90.14 0.87 0.52
Hex 85 EF 1C 2C 0 58 6 5A 57 34
Octal 205 357 34 54 0 130 6 132 127 64
Binary 10000101 11101111 11100 101100 0 1011000 110 1011010 1010111 110100

Color Harmonies of #85EF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EF1C

Black with #85EF1C

Text Example


Text Example

White with #85EF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,239,28); }

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

background-color css

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

 a { background-color: rgb(133,239,28); }

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

border-color css

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

 span { border-color: rgb(133,239,28); }

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