Html Css Color HEX #85F509 Lawn Green

📋 copy color: '#85F509'

red 133 ◦ green 245 ◦ blue 9

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

Shades of Lawn Green #85F509

Tints of Lawn Green #85F509

RGB

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

 GREEN value IS 245 (96.09% from 255) = 63.31%

 BLUE value IS 9 (3.91% from 255) = 2.33%

R = 34.37%
G = 63.31%
B = 2.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#85F509 (or 0x85F509) is known color: Lawn Green. HEX triplet: 85, F5 and 09. RGB value is (133,245,9). Sum of RGB (Red+Green+Blue) = 133+245+9=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 245 (96.09% from 255 or 63.31% from 387); Blue value is 9 (3.91% from 255 or 2.33% from 387); Max value from RGB is 245 - color contains mainly: green. Hex color #85F509 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F509 is #7A0AF6. Grayscale: #B9B9B9. Windows color (decimal): -7998199 or 652677. OLE color: 652677.

HSL color Cylindrical-coordinate representation of color #85F509: hue angle of 88.47º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85F509 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 245 9 -
CMYK 0.46 0 0.96 0.04
HSL 88.47º 0.93% 0.5% -
HSV(B) 88.47º 0.96% 0.96% -
XYZ 42.37 70.31 11.6 -
YUV 184.61 28.89 91.19 -
System Red Green Blue C M Y K H S L
Decimal 133 245 9 0.46 0 0.96 0.04 88.47 0.93 0.5
Hex 85 F5 9 2E 0 60 4 58 5D 32
Octal 205 365 11 56 0 140 4 130 135 62
Binary 10000101 11110101 1001 101110 0 1100000 100 1011000 1011101 110010

Color Harmonies of #85F509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F509

Black with #85F509

Text Example


Text Example

White with #85F509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,245,9); }

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

background-color css

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

 a { background-color: rgb(133,245,9); }

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

border-color css

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

 span { border-color: rgb(133,245,9); }

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