Html Css Color HEX #85F028 Lawn Green

📋 copy color: '#85F028'

red 133 ◦ green 240 ◦ blue 40

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

Shades of Lawn Green #85F028

Tints of Lawn Green #85F028

RGB

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

 GREEN value IS 240 (94.14% from 255) = 58.11%

 BLUE value IS 40 (16.02% from 255) = 9.69%

R = 32.2%
G = 58.11%
B = 9.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#85F028 (or 0x85F028) is known color: Lawn Green. HEX triplet: 85, F0 and 28. RGB value is (133,240,40). Sum of RGB (Red+Green+Blue) = 133+240+40=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 240 (94.14% from 255 or 58.11% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 240 - color contains mainly: green. Hex color #85F028 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F028 is #7A0FD7. Grayscale: #B9B9B9. Windows color (decimal): -7999448 or 2683013. OLE color: 2683013.

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

Color convert

RGB 133 240 40 -
CMYK 0.45 0 0.83 0.06
HSL 92.1º 0.87% 0.55% -
HSV(B) 92.1º 0.83% 0.94% -
XYZ 41.22 67.46 12.86 -
YUV 185.21 46.05 90.76 -
System Red Green Blue C M Y K H S L
Decimal 133 240 40 0.45 0 0.83 0.06 92.1 0.87 0.55
Hex 85 F0 28 2D 0 53 6 5C 57 37
Octal 205 360 50 55 0 123 6 134 127 67
Binary 10000101 11110000 101000 101101 0 1010011 110 1011100 1010111 110111

Color Harmonies of #85F028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F028

Black with #85F028

Text Example


Text Example

White with #85F028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,240,40); }

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

background-color css

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

 a { background-color: rgb(133,240,40); }

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

border-color css

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

 span { border-color: rgb(133,240,40); }

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