#95F068

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

Shades of Feijoa #95F068

Tints of Feijoa #95F068

Color information

#95F068 (or 0x95F068) is unknown color: approx Feijoa. HEX triplet: 95, F0 and 68. RGB value is (149,240,104). Sum of RGB (Red+Green+Blue) = 149+240+104=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #95F068 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F068 is #6A0F97. Grayscale: #C5C5C5. Windows color (decimal): -6950808 or 6877333. OLE color: 6877333.

HSL color Cylindrical-coordinate representation of color #95F068: hue angle of 100.15º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95F068 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB149240104-
CMYK0.3800.570.06
HSL100.15º81.93%67.45%-
HSV(B)100.15º56.67%94.12%-
XYZ46.0569.7124.12-
YUV197.2975.3593.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 240 (94.14% from 255) = 48.68%
BLUE value IS 104 (41.02% from 255) = 21.10%
R=30.22%
G=48.68%
B=21.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492401040.3800.570.06100.1581.9367.45
Hex95F068260396645243
Octal225360150460716144122103
Binary100101011111000011010001001100111001110110010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,240,104); }

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

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

 a { background-color: rgb(149,240,104); }

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

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

 span { border-color: rgb(149,240,104); }

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