#9DE575

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

Shades of Feijoa #9DE575

Tints of Feijoa #9DE575

Color information

#9DE575 (or 0x9DE575) is unknown color: approx Feijoa. HEX triplet: 9D, E5 and 75. RGB value is (157,229,117). Sum of RGB (Red+Green+Blue) = 157+229+117=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE575 is #621A8A. Grayscale: #C3C3C3. Windows color (decimal): -6429323 or 7726493. OLE color: 7726493.

HSL color Cylindrical-coordinate representation of color #9DE575: hue angle of 98.57º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DE575 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB157229117-
CMYK0.3100.490.10
HSL98.57º68.29%67.84%-
HSV(B)98.57º48.91%89.8%-
XYZ45.1364.4926.9-
YUV194.784.15101.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.21%
GREEN value IS 229 (89.84% from 255) = 45.53%
BLUE value IS 117 (46.09% from 255) = 23.26%
R=31.21%
G=45.53%
B=23.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1572291170.3100.490.1098.5768.2967.84
Hex9DE5751F031A634444
Octal2353451653706112143104104
Binary100111011110010111101011111101100011010110001110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DE575; }

 p { color: rgb(157,229,117); }

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

<style>
 a { background-color: #9DE575; }

 a { background-color: rgb(157,229,117); }

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

<style>
 span { border-color: #9DE575; }

 span { border-color: rgb(157,229,117); }

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