Html Css Color HEX #9DF874 Feijoa

📋 copy color: '#9DF874'

red 157 ◦ green 248 ◦ blue 116

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

Shades of Feijoa #9DF874

Tints of Feijoa #9DF874

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.6%

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

R = 30.13%
G = 47.6%
B = 22.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#9DF874 (or 0x9DF874) is known color: Feijoa. HEX triplet: 9D, F8 and 74. RGB value is (157,248,116). Sum of RGB (Red+Green+Blue) = 157+248+116=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF874 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF874 is #62078B. Grayscale: #CECECE. Windows color (decimal): -6424460 or 7665821. OLE color: 7665821.

HSL color Cylindrical-coordinate representation of color #9DF874: hue angle of 101.36º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DF874 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 248 116 -
CMYK 0.37 0 0.53 0.03
HSL 101.36º 0.9% 0.71% -
HSV(B) 101.36º 0.53% 0.97% -
XYZ 50.62 75.56 28.44 -
YUV 205.74 77.35 93.23 -
System Red Green Blue C M Y K H S L
Decimal 157 248 116 0.37 0 0.53 0.03 101.36 0.9 0.71
Hex 9D F8 74 25 0 35 3 65 5A 47
Octal 235 370 164 45 0 65 3 145 132 107
Binary 10011101 11111000 1110100 100101 0 110101 11 1100101 1011010 1000111

Color Harmonies of #9DF874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF874

Black with #9DF874

Text Example


Text Example

White with #9DF874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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