Html Css Color HEX #9EFD74 Feijoa

📋 copy color: '#9EFD74'

red 158 ◦ green 253 ◦ blue 116

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

Shades of Feijoa #9EFD74

Tints of Feijoa #9EFD74

RGB

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

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

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

R = 29.98%
G = 48.01%
B = 22.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#9EFD74 (or 0x9EFD74) is known color: Feijoa. HEX triplet: 9E, FD and 74. RGB value is (158,253,116). Sum of RGB (Red+Green+Blue) = 158+253+116=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFD74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFD74 is #61028B. Grayscale: #D1D1D1. Windows color (decimal): -6357644 or 7667102. OLE color: 7667102.

HSL color Cylindrical-coordinate representation of color #9EFD74: hue angle of 101.61º 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 #9EFD74 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 253 116 -
CMYK 0.38 0 0.54 0.01
HSL 101.61º 0.97% 0.72% -
HSV(B) 101.61º 0.54% 0.99% -
XYZ 52.38 78.78 28.97 -
YUV 208.98 75.53 91.64 -
System Red Green Blue C M Y K H S L
Decimal 158 253 116 0.38 0 0.54 0.01 101.61 0.97 0.72
Hex 9E FD 74 26 0 36 1 66 61 48
Octal 236 375 164 46 0 66 1 146 141 110
Binary 10011110 11111101 1110100 100110 0 110110 1 1100110 1100001 1001000

Color Harmonies of #9EFD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFD74

Black with #9EFD74

Text Example


Text Example

White with #9EFD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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