Html Css Color HEX #85F209 Lawn Green

📋 copy color: '#85F209'

red 133 ◦ green 242 ◦ blue 9

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

Shades of Lawn Green #85F209

Tints of Lawn Green #85F209

RGB

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

 GREEN value IS 242 (94.92% from 255) = 63.02%

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

R = 34.64%
G = 63.02%
B = 2.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#85F209 (or 0x85F209) is known color: Lawn Green. HEX triplet: 85, F2 and 09. RGB value is (133,242,9). Sum of RGB (Red+Green+Blue) = 133+242+9=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 242 (94.92% from 255 or 63.02% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 242 - color contains mainly: green. Hex color #85F209 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F209 is #7A0DF6. Grayscale: #B7B7B7. Windows color (decimal): -7998967 or 651909. OLE color: 651909.

HSL color Cylindrical-coordinate representation of color #85F209: hue angle of 88.07º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85F209 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 242 9 -
CMYK 0.45 0 0.96 0.05
HSL 88.07º 0.93% 0.49% -
HSV(B) 88.07º 0.96% 0.95% -
XYZ 41.47 68.51 11.3 -
YUV 182.85 29.89 92.45 -
System Red Green Blue C M Y K H S L
Decimal 133 242 9 0.45 0 0.96 0.05 88.07 0.93 0.49
Hex 85 F2 9 2D 0 60 5 58 5D 31
Octal 205 362 11 55 0 140 5 130 135 61
Binary 10000101 11110010 1001 101101 0 1100000 101 1011000 1011101 110001

Color Harmonies of #85F209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F209

Black with #85F209

Text Example


Text Example

White with #85F209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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