Html Css Color HEX #9DDA71 Feijoa

📋 copy color: '#9DDA71'

red 157 ◦ green 218 ◦ blue 113

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

Shades of Feijoa #9DDA71

Tints of Feijoa #9DDA71

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.67%

 BLUE value IS 113 (44.53% from 255) = 23.16%

R = 32.17%
G = 44.67%
B = 23.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#9DDA71 (or 0x9DDA71) is known color: Feijoa. HEX triplet: 9D, DA and 71. RGB value is (157,218,113). Sum of RGB (Red+Green+Blue) = 157+218+113=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA71 is #62258E. Grayscale: #BCBCBC. Windows color (decimal): -6432143 or 7461533. OLE color: 7461533.

HSL color Cylindrical-coordinate representation of color #9DDA71: hue angle of 94.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DDA71 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 218 113 -
CMYK 0.28 0 0.48 0.15
HSL 94.86º 0.59% 0.65% -
HSV(B) 94.86º 0.48% 0.85% -
XYZ 41.96 58.5 24.7 -
YUV 187.79 85.79 106.04 -
System Red Green Blue C M Y K H S L
Decimal 157 218 113 0.28 0 0.48 0.15 94.86 0.59 0.65
Hex 9D DA 71 1C 0 30 F 5F 3B 41
Octal 235 332 161 34 0 60 17 137 73 101
Binary 10011101 11011010 1110001 11100 0 110000 1111 1011111 111011 1000001

Color Harmonies of #9DDA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDA71

Black with #9DDA71

Text Example


Text Example

White with #9DDA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,218,113); }

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

background-color css

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

 a { background-color: rgb(157,218,113); }

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

border-color css

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

 span { border-color: rgb(157,218,113); }

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