Html Css Color HEX #9FDD74 Feijoa

📋 copy color: '#9FDD74'

red 159 ◦ green 221 ◦ blue 116

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

Shades of Feijoa #9FDD74

Tints of Feijoa #9FDD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.39%

R = 32.06%
G = 44.56%
B = 23.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#9FDD74 (or 0x9FDD74) is known color: Feijoa. HEX triplet: 9F, DD and 74. RGB value is (159,221,116). Sum of RGB (Red+Green+Blue) = 159+221+116=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD74 is #60228B. Grayscale: #BEBEBE. Windows color (decimal): -6300300 or 7658911. OLE color: 7658911.

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

Color convert

RGB 159 221 116 -
CMYK 0.28 0 0.48 0.13
HSL 95.43º 0.61% 0.66% -
HSV(B) 95.43º 0.48% 0.87% -
XYZ 43.31 60.34 25.89 -
YUV 190.49 85.96 105.54 -
System Red Green Blue C M Y K H S L
Decimal 159 221 116 0.28 0 0.48 0.13 95.43 0.61 0.66
Hex 9F DD 74 1C 0 30 D 5F 3D 42
Octal 237 335 164 34 0 60 15 137 75 102
Binary 10011111 11011101 1110100 11100 0 110000 1101 1011111 111101 1000010

Color Harmonies of #9FDD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDD74

Black with #9FDD74

Text Example


Text Example

White with #9FDD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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