#94F85B

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

Shades of Conifer #94F85B

Tints of Conifer #94F85B

Color information

#94F85B (or 0x94F85B) is unknown color: approx Conifer. HEX triplet: 94, F8 and 5B. RGB value is (148,248,91). Sum of RGB (Red+Green+Blue) = 148+248+91=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 248 (97.27% from 255 or 50.92% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 248 - color contains mainly: green. Hex color #94F85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F85B is #6B07A4. Grayscale: #C8C8C8. Windows color (decimal): -7014309 or 6027412. OLE color: 6027412.

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

Color convert

RGB14824891-
CMYK0.4000.630.03
HSL98.22º91.81%66.47%-
HSV(B)98.22º63.31%97.25%-
XYZ47.6774.1921.7-
YUV200.266.3790.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.39%
GREEN value IS 248 (97.27% from 255) = 50.92%
BLUE value IS 91 (35.94% from 255) = 18.69%
R=30.39%
G=50.92%
B=18.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal148248910.4000.630.0398.2291.8166.47
Hex94F85B2803F3625c42
Octal224370133500773142134102
Binary10010100111110001011011101000011111111110001010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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