#95f56e

Color #95F56E Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #95F56E

Tints of Feijoa #95F56E

Color information

#95F56E (or 0x95F56E) is unknown color: approx Feijoa. HEX triplet: 95, F5 and 6E. RGB value is (149,245,110). Sum of RGB (Red+Green+Blue) = 149+245+110=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #95F56E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F56E is #6A0A91. Grayscale: #C9C9C9. Windows color (decimal): -6949522 or 7271829. OLE color: 7271829.

HSL color Cylindrical-coordinate representation of color #95F56E: hue angle of 102.67º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95F56E is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB149245110-
CMYK0.3900.550.04
HSL102.67º87.1%69.61%-
HSV(B)102.67º55.1%96.08%-
XYZ47.8672.8226.28-
YUV200.9176.790.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.56%
GREEN value IS 245 (96.09% from 255) = 48.61%
BLUE value IS 110 (43.36% from 255) = 21.83%
R=29.56%
G=48.61%
B=21.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492451100.3900.550.04102.6787.169.61
Hex95F56E270374675746
Octal225365156470674147127106
Binary100101011111010111011101001110110111100110011110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95f56e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95f56e; }

 p { color: rgb(149,245,110); }

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

<style>
 a { background-color: #95f56e; }

 a { background-color: rgb(149,245,110); }

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

<style>
 span { border-color: #95f56e; }

 span { border-color: rgb(149,245,110); }

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