#85F98A

Color #85F98A Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #85F98A

Tints of Light Green #85F98A

Color information

#85F98A (or 0x85F98A) is unknown color: approx Light Green. HEX triplet: 85, F9 and 8A. RGB value is (133,249,138). Sum of RGB (Red+Green+Blue) = 133+249+138=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #85F98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F98A is #7A0675. Grayscale: #C9C9C9. Windows color (decimal): -7997046 or 9107845. OLE color: 9107845.

HSL color Cylindrical-coordinate representation of color #85F98A: hue angle of 122.59º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85F98A is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB133249138-
CMYK0.4700.450.02
HSL122.59º90.62%74.9%-
HSV(B)122.59º46.59%97.65%-
XYZ48.1474.5735.9-
YUV201.6692.0779.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.58%
GREEN value IS 249 (97.66% from 255) = 47.88%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=25.58%
G=47.88%
B=26.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332491380.4700.450.02122.5990.6274.9
Hex85F98A2F02D27b5b4b
Octal205371212570552173133113
Binary100001011111100110001010101111010110110111101110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,249,138); }

 H1.HeaderClassName
 {
   color: #85F98A;
 }
 .AnyTagClassName
 {
   color: #85F98A;
 }
</style>
background-color css

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

 a { background-color: rgb(133,249,138); }

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

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

 span { border-color: rgb(133,249,138); }

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