#95EE66

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

Shades of Feijoa #95EE66

Tints of Feijoa #95EE66

Color information

#95EE66 (or 0x95EE66) is unknown color: approx Feijoa. HEX triplet: 95, EE and 66. RGB value is (149,238,102). Sum of RGB (Red+Green+Blue) = 149+238+102=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #95EE66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EE66 is #6A1199. Grayscale: #C4C4C4. Windows color (decimal): -6951322 or 6745749. OLE color: 6745749.

HSL color Cylindrical-coordinate representation of color #95EE66: hue angle of 99.26º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95EE66 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB149238102-
CMYK0.3700.570.07
HSL99.26º80%66.67%-
HSV(B)99.26º57.14%93.33%-
XYZ45.3768.523.4-
YUV195.8875.0194.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.47%
GREEN value IS 238 (93.36% from 255) = 48.67%
BLUE value IS 102 (40.23% from 255) = 20.86%
R=30.47%
G=48.67%
B=20.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492381020.3700.570.0799.268066.67
Hex95EE66250397635043
Octal225356146450717143120103
Binary100101011110111011001101001010111001111110001110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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