Html Css Color HEX #9FDD75 Feijoa

📋 copy color: '#9FDD75'

red 159 ◦ green 221 ◦ blue 117

#9FDD75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #9FDD75

Tints of Feijoa #9FDD75

RGB

 RED value IS 159 (62.5% from 255) = 31.99%

 GREEN value IS 221 (86.72% from 255) = 44.47%

 BLUE value IS 117 (46.09% from 255) = 23.54%

R = 31.99%
G = 44.47%
B = 23.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#9FDD75 (or 0x9FDD75) is known color: Feijoa. HEX triplet: 9F, DD and 75. RGB value is (159,221,117). Sum of RGB (Red+Green+Blue) = 159+221+117=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD75 is #60228A. Grayscale: #BEBEBE. Windows color (decimal): -6300299 or 7724447. OLE color: 7724447.

HSL color Cylindrical-coordinate representation of color #9FDD75: hue angle of 95.77º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FDD75 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 221 117 -
CMYK 0.28 0 0.47 0.13
HSL 95.77º 0.6% 0.66% -
HSV(B) 95.77º 0.47% 0.87% -
XYZ 43.37 60.37 26.2 -
YUV 190.61 86.46 105.46 -
System Red Green Blue C M Y K H S L
Decimal 159 221 117 0.28 0 0.47 0.13 95.77 0.6 0.66
Hex 9F DD 75 1C 0 2F D 60 3C 42
Octal 237 335 165 34 0 57 15 140 74 102
Binary 10011111 11011101 1110101 11100 0 101111 1101 1100000 111100 1000010

Color Harmonies of #9FDD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDD75

Black with #9FDD75

Text Example


Text Example

White with #9FDD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,221,117); }

 H1.HeaderClassName
 {
   color: #9FDD75;
 }
 .AnyTagClassName
 {
   color: #9FDD75;
 }
</style>

background-color css

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

 a { background-color: rgb(159,221,117); }

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

border-color css

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

 span { border-color: rgb(159,221,117); }

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