Html Css Color HEX #9DDF71 Feijoa

📋 copy color: '#9DDF71'

red 157 ◦ green 223 ◦ blue 113

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

Shades of Feijoa #9DDF71

Tints of Feijoa #9DDF71

RGB

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

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

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

R = 31.85%
G = 45.23%
B = 22.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#9DDF71 (or 0x9DDF71) is known color: Feijoa. HEX triplet: 9D, DF and 71. RGB value is (157,223,113). Sum of RGB (Red+Green+Blue) = 157+223+113=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF71 is #62208E. Grayscale: #BFBFBF. Windows color (decimal): -6430863 or 7462813. OLE color: 7462813.

HSL color Cylindrical-coordinate representation of color #9DDF71: hue angle of 96º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DDF71 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 223 113 -
CMYK 0.30 0 0.49 0.13
HSL 96º 0.63% 0.66% -
HSV(B) 96º 0.49% 0.87% -
XYZ 43.27 61.14 25.14 -
YUV 190.73 84.13 103.94 -
System Red Green Blue C M Y K H S L
Decimal 157 223 113 0.30 0 0.49 0.13 96 0.63 0.66
Hex 9D DF 71 1E 0 31 D 60 3F 42
Octal 235 337 161 36 0 61 15 140 77 102
Binary 10011101 11011111 1110001 11110 0 110001 1101 1100000 111111 1000010

Color Harmonies of #9DDF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDF71

Black with #9DDF71

Text Example


Text Example

White with #9DDF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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