#96F867

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

Shades of Feijoa #96F867

Tints of Feijoa #96F867

Color information

#96F867 (or 0x96F867) is unknown color: approx Feijoa. HEX triplet: 96, F8 and 67. RGB value is (150,248,103). Sum of RGB (Red+Green+Blue) = 150+248+103=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #96F867 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F867 is #690798. Grayscale: #CACACA. Windows color (decimal): -6883225 or 6813846. OLE color: 6813846.

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

Color convert

RGB150248103-
CMYK0.4000.580.03
HSL100.55º91.19%68.82%-
HSV(B)100.55º58.47%97.25%-
XYZ48.5974.624.67-
YUV202.1772.0390.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.94%
GREEN value IS 248 (97.27% from 255) = 49.50%
BLUE value IS 103 (40.62% from 255) = 20.56%
R=29.94%
G=49.50%
B=20.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1502481030.4000.580.03100.5591.1968.82
Hex96F8672803A3655b45
Octal226370147500723145133105
Binary10010110111110001100111101000011101011110010110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96F867; }

 p { color: rgb(150,248,103); }

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

<style>
 a { background-color: #96F867; }

 a { background-color: rgb(150,248,103); }

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

<style>
 span { border-color: #96F867; }

 span { border-color: rgb(150,248,103); }

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