#95F56C

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

Shades of Feijoa #95F56C

Tints of Feijoa #95F56C

Color information

#95F56C (or 0x95F56C) is unknown color: approx Feijoa. HEX triplet: 95, F5 and 6C. RGB value is (149,245,108). Sum of RGB (Red+Green+Blue) = 149+245+108=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #95F56C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F56C is #6A0A93. Grayscale: #C9C9C9. Windows color (decimal): -6949524 or 7140757. OLE color: 7140757.

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

Color convert

RGB149245108-
CMYK0.3900.560.04
HSL102.04º87.26%69.22%-
HSV(B)102.04º55.92%96.08%-
XYZ47.7572.7825.72-
YUV200.6875.791.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.68%
GREEN value IS 245 (96.09% from 255) = 48.80%
BLUE value IS 108 (42.58% from 255) = 21.51%
R=29.68%
G=48.80%
B=21.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492451080.3900.560.04102.0487.2669.22
Hex95F56C270384665745
Octal225365154470704146127105
Binary100101011111010111011001001110111000100110011010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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