#94F985

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

Shades of Light Green #94F985

Tints of Light Green #94F985

Color information

#94F985 (or 0x94F985) is unknown color: approx Light Green. HEX triplet: 94, F9 and 85. RGB value is (148,249,133). Sum of RGB (Red+Green+Blue) = 148+249+133=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #94F985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F985 is #6B067A. Grayscale: #CDCDCD. Windows color (decimal): -7014011 or 8780180. OLE color: 8780180.

HSL color Cylindrical-coordinate representation of color #94F985: hue angle of 112.24º 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 #94F985 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB148249133-
CMYK0.4100.470.02
HSL112.24º90.62%74.9%-
HSV(B)112.24º46.59%97.65%-
XYZ50.3275.7434.16-
YUV205.5887.0486.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.92%
GREEN value IS 249 (97.66% from 255) = 46.98%
BLUE value IS 133 (52.34% from 255) = 25.09%
R=27.92%
G=46.98%
B=25.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482491330.4100.470.02112.2490.6274.9
Hex94F9852902F2705b4b
Octal224371205510572160133113
Binary100101001111100110000101101001010111110111000010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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