#9DF777

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

Shades of Feijoa #9DF777

Tints of Feijoa #9DF777

Color information

#9DF777 (or 0x9DF777) is unknown color: approx Feijoa. HEX triplet: 9D, F7 and 77. RGB value is (157,247,119). Sum of RGB (Red+Green+Blue) = 157+247+119=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 119 (46.88% from 255 or 22.75% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF777 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF777 is #620888. Grayscale: #CDCDCD. Windows color (decimal): -6424713 or 7862173. OLE color: 7862173.

HSL color Cylindrical-coordinate representation of color #9DF777: hue angle of 102.19º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DF777 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB157247119-
CMYK0.3600.520.03
HSL102.19º88.89%71.76%-
HSV(B)102.19º51.82%96.86%-
XYZ50.575.0229.27-
YUV205.579.1893.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.02%
GREEN value IS 247 (96.88% from 255) = 47.23%
BLUE value IS 119 (46.88% from 255) = 22.75%
R=30.02%
G=47.23%
B=22.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1572471190.3600.520.03102.1988.8971.76
Hex9DF777240343665948
Octal235367167440643146131110
Binary10011101111101111110111100100011010011110011010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,247,119); }

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

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

 a { background-color: rgb(157,247,119); }

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

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

 span { border-color: rgb(157,247,119); }

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