#95F865

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

Shades of Feijoa #95F865

Tints of Feijoa #95F865

Color information

#95F865 (or 0x95F865) is unknown color: approx Feijoa. HEX triplet: 95, F8 and 65. RGB value is (149,248,101). Sum of RGB (Red+Green+Blue) = 149+248+101=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #95F865 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F865 is #6A079A. Grayscale: #CACACA. Windows color (decimal): -6948763 or 6682773. OLE color: 6682773.

HSL color Cylindrical-coordinate representation of color #95F865: hue angle of 100.41º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95F865 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB149248101-
CMYK0.4000.590.03
HSL100.41º91.3%68.43%-
HSV(B)100.41º59.27%97.25%-
XYZ48.3174.4624.14-
YUV201.6471.290.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.92%
GREEN value IS 248 (97.27% from 255) = 49.80%
BLUE value IS 101 (39.84% from 255) = 20.28%
R=29.92%
G=49.80%
B=20.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492481010.4000.590.03100.4191.368.43
Hex95F8652803B3645b44
Octal225370145500733144133104
Binary10010101111110001100101101000011101111110010010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,248,101); }

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

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

 a { background-color: rgb(149,248,101); }

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

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

 span { border-color: rgb(149,248,101); }

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