#97F267

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

Shades of Feijoa #97F267

Tints of Feijoa #97F267

Color information

#97F267 (or 0x97F267) is unknown color: approx Feijoa. HEX triplet: 97, F2 and 67. RGB value is (151,242,103). Sum of RGB (Red+Green+Blue) = 151+242+103=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #97F267 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F267 is #680D98. Grayscale: #C7C7C7. Windows color (decimal): -6819225 or 6812311. OLE color: 6812311.

HSL color Cylindrical-coordinate representation of color #97F267: hue angle of 99.28º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97F267 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB151242103-
CMYK0.3800.570.05
HSL99.28º84.24%67.65%-
HSV(B)99.28º57.44%94.9%-
XYZ46.9671.0624.07-
YUV198.9473.8593.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.44%
GREEN value IS 242 (94.92% from 255) = 48.79%
BLUE value IS 103 (40.62% from 255) = 20.77%
R=30.44%
G=48.79%
B=20.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1512421030.3800.570.0599.2884.2467.65
Hex97F267260395635444
Octal227362147460715143124104
Binary100101111111001011001111001100111001101110001110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97F267; }

 p { color: rgb(151,242,103); }

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

<style>
 a { background-color: #97F267; }

 a { background-color: rgb(151,242,103); }

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

<style>
 span { border-color: #97F267; }

 span { border-color: rgb(151,242,103); }

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