Html Css Color HEX #9EDF77 Feijoa

📋 copy color: '#9EDF77'

red 158 ◦ green 223 ◦ blue 119

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

Shades of Feijoa #9EDF77

Tints of Feijoa #9EDF77

RGB

 RED value IS 158 (62.11% from 255) = 31.6%

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

 BLUE value IS 119 (46.88% from 255) = 23.8%

R = 31.6%
G = 44.6%
B = 23.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#9EDF77 (or 0x9EDF77) is known color: Feijoa. HEX triplet: 9E, DF and 77. RGB value is (158,223,119). Sum of RGB (Red+Green+Blue) = 158+223+119=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDF77 is #612088. Grayscale: #C0C0C0. Windows color (decimal): -6365321 or 7856030. OLE color: 7856030.

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

Color convert

RGB 158 223 119 -
CMYK 0.29 0 0.47 0.13
HSL 97.5º 0.62% 0.67% -
HSV(B) 97.5º 0.47% 0.87% -
XYZ 43.82 61.38 26.99 -
YUV 191.71 86.97 103.96 -
System Red Green Blue C M Y K H S L
Decimal 158 223 119 0.29 0 0.47 0.13 97.5 0.62 0.67
Hex 9E DF 77 1D 0 2F D 62 3E 43
Octal 236 337 167 35 0 57 15 142 76 103
Binary 10011110 11011111 1110111 11101 0 101111 1101 1100010 111110 1000011

Color Harmonies of #9EDF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDF77

Black with #9EDF77

Text Example


Text Example

White with #9EDF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,223,119); }

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

background-color css

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

 a { background-color: rgb(158,223,119); }

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

border-color css

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

 span { border-color: rgb(158,223,119); }

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