Html Css Color HEX #9FDF74 Feijoa

📋 copy color: '#9FDF74'

red 159 ◦ green 223 ◦ blue 116

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

Shades of Feijoa #9FDF74

Tints of Feijoa #9FDF74

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.78%

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

R = 31.93%
G = 44.78%
B = 23.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#9FDF74 (or 0x9FDF74) is known color: Feijoa. HEX triplet: 9F, DF and 74. RGB value is (159,223,116). Sum of RGB (Red+Green+Blue) = 159+223+116=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDF74 is #60208B. Grayscale: #C0C0C0. Windows color (decimal): -6299788 or 7659423. OLE color: 7659423.

HSL color Cylindrical-coordinate representation of color #9FDF74: hue angle of 95.89º degrees, saturation: 0.63, 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 #9FDF74 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 223 116 -
CMYK 0.29 0 0.48 0.13
HSL 95.89º 0.63% 0.66% -
HSV(B) 95.89º 0.48% 0.87% -
XYZ 43.84 61.41 26.07 -
YUV 191.67 85.3 104.7 -
System Red Green Blue C M Y K H S L
Decimal 159 223 116 0.29 0 0.48 0.13 95.89 0.63 0.66
Hex 9F DF 74 1D 0 30 D 60 3F 42
Octal 237 337 164 35 0 60 15 140 77 102
Binary 10011111 11011111 1110100 11101 0 110000 1101 1100000 111111 1000010

Color Harmonies of #9FDF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDF74

Black with #9FDF74

Text Example


Text Example

White with #9FDF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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