#95EA66

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

Shades of Feijoa #95EA66

Tints of Feijoa #95EA66

Color information

#95EA66 (or 0x95EA66) is unknown color: approx Feijoa. HEX triplet: 95, EA and 66. RGB value is (149,234,102). Sum of RGB (Red+Green+Blue) = 149+234+102=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #95EA66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EA66 is #6A1599. Grayscale: #C1C1C1. Windows color (decimal): -6952346 or 6744725. OLE color: 6744725.

HSL color Cylindrical-coordinate representation of color #95EA66: hue angle of 98.64º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95EA66 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB149234102-
CMYK0.3600.560.08
HSL98.64º75.86%65.88%-
HSV(B)98.64º56.41%91.76%-
XYZ44.2266.1923.02-
YUV193.5476.3496.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.72%
GREEN value IS 234 (91.80% from 255) = 48.25%
BLUE value IS 102 (40.23% from 255) = 21.03%
R=30.72%
G=48.25%
B=21.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492341020.3600.560.0898.6475.8665.88
Hex95EA66240388634c42
Octal2253521464407010143114102
Binary1001010111101010110011010010001110001000110001110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,234,102); }

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

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

 a { background-color: rgb(149,234,102); }

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

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

 span { border-color: rgb(149,234,102); }

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