#94F885

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

Shades of Light Green #94F885

Tints of Light Green #94F885

Color information

#94F885 (or 0x94F885) is unknown color: approx Light Green. HEX triplet: 94, F8 and 85. RGB value is (148,248,133). Sum of RGB (Red+Green+Blue) = 148+248+133=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #94F885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F885 is #6B077A. Grayscale: #CDCDCD. Windows color (decimal): -7014267 or 8779924. OLE color: 8779924.

HSL color Cylindrical-coordinate representation of color #94F885: hue angle of 112.17º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94F885 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB148248133-
CMYK0.4000.460.03
HSL112.17º89.15%74.71%-
HSV(B)112.17º46.37%97.25%-
XYZ50.0175.1234.05-
YUV204.9987.3787.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.98%
GREEN value IS 248 (97.27% from 255) = 46.88%
BLUE value IS 133 (52.34% from 255) = 25.14%
R=27.98%
G=46.88%
B=25.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482481330.4000.460.03112.1789.1574.71
Hex94F8852802E370594b
Octal224370205500563160131113
Binary100101001111100010000101101000010111011111000010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94F885; }

 p { color: rgb(148,248,133); }

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

<style>
 a { background-color: #94F885; }

 a { background-color: rgb(148,248,133); }

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

<style>
 span { border-color: #94F885; }

 span { border-color: rgb(148,248,133); }

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