Html Css Color HEX #9FFD74 Feijoa

📋 copy color: '#9FFD74'

red 159 ◦ green 253 ◦ blue 116

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

Shades of Feijoa #9FFD74

Tints of Feijoa #9FFD74

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.92%

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

R = 30.11%
G = 47.92%
B = 21.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#9FFD74 (or 0x9FFD74) is known color: Feijoa. HEX triplet: 9F, FD and 74. RGB value is (159,253,116). Sum of RGB (Red+Green+Blue) = 159+253+116=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFD74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFD74 is #60028B. Grayscale: #D1D1D1. Windows color (decimal): -6292108 or 7667103. OLE color: 7667103.

HSL color Cylindrical-coordinate representation of color #9FFD74: hue angle of 101.17º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FFD74 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 253 116 -
CMYK 0.37 0 0.54 0.01
HSL 101.17º 0.97% 0.72% -
HSV(B) 101.17º 0.54% 0.99% -
XYZ 52.58 78.88 28.98 -
YUV 209.28 75.36 92.14 -
System Red Green Blue C M Y K H S L
Decimal 159 253 116 0.37 0 0.54 0.01 101.17 0.97 0.72
Hex 9F FD 74 25 0 36 1 65 61 48
Octal 237 375 164 45 0 66 1 145 141 110
Binary 10011111 11111101 1110100 100101 0 110110 1 1100101 1100001 1001000

Color Harmonies of #9FFD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFD74

Black with #9FFD74

Text Example


Text Example

White with #9FFD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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