Html Css Color HEX #85EB1D Lawn Green

📋 copy color: '#85EB1D'

red 133 ◦ green 235 ◦ blue 29

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

Shades of Lawn Green #85EB1D

Tints of Lawn Green #85EB1D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 59.19%

 BLUE value IS 29 (11.72% from 255) = 7.3%

R = 33.5%
G = 59.19%
B = 7.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#85EB1D (or 0x85EB1D) is known color: Lawn Green. HEX triplet: 85, EB and 1D. RGB value is (133,235,29). Sum of RGB (Red+Green+Blue) = 133+235+29=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 235 (92.19% from 255 or 59.19% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EB1D is #7A14E2. Grayscale: #B5B5B5. Windows color (decimal): -8000739 or 1960837. OLE color: 1960837.

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

Color convert

RGB 133 235 29 -
CMYK 0.43 0 0.88 0.08
HSL 89.71º 0.84% 0.52% -
HSV(B) 89.71º 0.88% 0.92% -
XYZ 39.6 64.49 11.52 -
YUV 181.02 42.21 93.75 -
System Red Green Blue C M Y K H S L
Decimal 133 235 29 0.43 0 0.88 0.08 89.71 0.84 0.52
Hex 85 EB 1D 2B 0 58 8 5A 54 34
Octal 205 353 35 53 0 130 10 132 124 64
Binary 10000101 11101011 11101 101011 0 1011000 1000 1011010 1010100 110100

Color Harmonies of #85EB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EB1D

Black with #85EB1D

Text Example


Text Example

White with #85EB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,235,29); }

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

background-color css

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

 a { background-color: rgb(133,235,29); }

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

border-color css

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

 span { border-color: rgb(133,235,29); }

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