#95F367

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

Shades of Feijoa #95F367

Tints of Feijoa #95F367

Color information

#95F367 (or 0x95F367) is unknown color: approx Feijoa. HEX triplet: 95, F3 and 67. RGB value is (149,243,103). Sum of RGB (Red+Green+Blue) = 149+243+103=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #95F367 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F367 is #6A0C98. Grayscale: #C7C7C7. Windows color (decimal): -6950041 or 6812565. OLE color: 6812565.

HSL color Cylindrical-coordinate representation of color #95F367: hue angle of 100.29º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95F367 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB149243103-
CMYK0.3900.580.05
HSL100.29º85.37%67.84%-
HSV(B)100.29º57.61%95.29%-
XYZ46.8971.4724.16-
YUV198.9373.8692.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.10%
GREEN value IS 243 (95.31% from 255) = 49.09%
BLUE value IS 103 (40.62% from 255) = 20.81%
R=30.10%
G=49.09%
B=20.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492431030.3900.580.05100.2985.3767.84
Hex95F3672703A5645544
Octal225363147470725144125104
Binary100101011111001111001111001110111010101110010010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,243,103); }

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

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

 a { background-color: rgb(149,243,103); }

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

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

 span { border-color: rgb(149,243,103); }

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