Html Css Color HEX #9FDF75 Feijoa

📋 copy color: '#9FDF75'

red 159 ◦ green 223 ◦ blue 117

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

Shades of Feijoa #9FDF75

Tints of Feijoa #9FDF75

RGB

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

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

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

R = 31.86%
G = 44.69%
B = 23.45%

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

#9FDF75 (or 0x9FDF75) is known color: Feijoa. HEX triplet: 9F, DF and 75. RGB value is (159,223,117). Sum of RGB (Red+Green+Blue) = 159+223+117=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDF75 is #60208A. Grayscale: #C0C0C0. Windows color (decimal): -6299787 or 7724959. OLE color: 7724959.

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

Color convert

RGB 159 223 117 -
CMYK 0.29 0 0.48 0.13
HSL 96.23º 0.62% 0.67% -
HSV(B) 96.23º 0.48% 0.87% -
XYZ 43.9 61.43 26.37 -
YUV 191.78 85.8 104.62 -
System Red Green Blue C M Y K H S L
Decimal 159 223 117 0.29 0 0.48 0.13 96.23 0.62 0.67
Hex 9F DF 75 1D 0 30 D 60 3E 43
Octal 237 337 165 35 0 60 15 140 76 103
Binary 10011111 11011111 1110101 11101 0 110000 1101 1100000 111110 1000011

Color Harmonies of #9FDF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDF75

Black with #9FDF75

Text Example


Text Example

White with #9FDF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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