#94F657

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

Shades of Conifer #94F657

Tints of Conifer #94F657

Color information

#94F657 (or 0x94F657) is unknown color: approx Conifer. HEX triplet: 94, F6 and 57. RGB value is (148,246,87). Sum of RGB (Red+Green+Blue) = 148+246+87=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 246 (96.48% from 255 or 51.14% from 481); Blue value is 87 (34.38% from 255 or 18.09% from 481); Max value from RGB is 246 - color contains mainly: green. Hex color #94F657 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F657 is #6B09A8. Grayscale: #C7C7C7. Windows color (decimal): -7014825 or 5764756. OLE color: 5764756.

HSL color Cylindrical-coordinate representation of color #94F657: hue angle of 96.98º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94F657 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB14824687-
CMYK0.4000.650.04
HSL96.98º89.83%65.29%-
HSV(B)96.98º64.63%96.47%-
XYZ46.8972.920.62-
YUV198.5765.0391.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.77%
GREEN value IS 246 (96.48% from 255) = 51.14%
BLUE value IS 87 (34.38% from 255) = 18.09%
R=30.77%
G=51.14%
B=18.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal148246870.4000.650.0496.9889.8365.29
Hex94F657280414615a41
Octal2243661275001014141132101
Binary1001010011110110101011110100001000001100110000110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,246,87); }

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

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

 a { background-color: rgb(148,246,87); }

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

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

 span { border-color: rgb(148,246,87); }

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