Html Css Color HEX #85F128 Lawn Green

📋 copy color: '#85F128'

red 133 ◦ green 241 ◦ blue 40

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

Shades of Lawn Green #85F128

Tints of Lawn Green #85F128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 58.21%

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

R = 32.13%
G = 58.21%
B = 9.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#85F128 (or 0x85F128) is known color: Lawn Green. HEX triplet: 85, F1 and 28. RGB value is (133,241,40). Sum of RGB (Red+Green+Blue) = 133+241+40=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 241 (94.53% from 255 or 58.21% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 241 - color contains mainly: green. Hex color #85F128 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F128 is #7A0ED7. Grayscale: #BABABA. Windows color (decimal): -7999192 or 2683269. OLE color: 2683269.

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

Color convert

RGB 133 241 40 -
CMYK 0.45 0 0.83 0.05
HSL 92.24º 0.88% 0.55% -
HSV(B) 92.24º 0.83% 0.95% -
XYZ 41.51 68.05 12.95 -
YUV 185.79 45.72 90.34 -
System Red Green Blue C M Y K H S L
Decimal 133 241 40 0.45 0 0.83 0.05 92.24 0.88 0.55
Hex 85 F1 28 2D 0 53 5 5C 58 37
Octal 205 361 50 55 0 123 5 134 130 67
Binary 10000101 11110001 101000 101101 0 1010011 101 1011100 1011000 110111

Color Harmonies of #85F128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F128

Black with #85F128

Text Example


Text Example

White with #85F128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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