Html Css Color HEX #9DF974 Feijoa

📋 copy color: '#9DF974'

red 157 ◦ green 249 ◦ blue 116

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

Shades of Feijoa #9DF974

Tints of Feijoa #9DF974

RGB

 RED value IS 157 (61.72% from 255) = 30.08%

 GREEN value IS 249 (97.66% from 255) = 47.7%

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

R = 30.08%
G = 47.7%
B = 22.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#9DF974 (or 0x9DF974) is known color: Feijoa. HEX triplet: 9D, F9 and 74. RGB value is (157,249,116). Sum of RGB (Red+Green+Blue) = 157+249+116=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF974 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF974 is #62068B. Grayscale: #CECECE. Windows color (decimal): -6424204 or 7666077. OLE color: 7666077.

HSL color Cylindrical-coordinate representation of color #9DF974: hue angle of 101.5º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DF974 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 249 116 -
CMYK 0.37 0 0.53 0.02
HSL 101.5º 0.92% 0.72% -
HSV(B) 101.5º 0.53% 0.98% -
XYZ 50.93 76.18 28.54 -
YUV 206.33 77.02 92.81 -
System Red Green Blue C M Y K H S L
Decimal 157 249 116 0.37 0 0.53 0.02 101.5 0.92 0.72
Hex 9D F9 74 25 0 35 2 66 5C 48
Octal 235 371 164 45 0 65 2 146 134 110
Binary 10011101 11111001 1110100 100101 0 110101 10 1100110 1011100 1001000

Color Harmonies of #9DF974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF974

Black with #9DF974

Text Example


Text Example

White with #9DF974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,249,116); }

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

background-color css

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

 a { background-color: rgb(157,249,116); }

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

border-color css

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

 span { border-color: rgb(157,249,116); }

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