Html Css Color HEX #9DDE71 Feijoa

📋 copy color: '#9DDE71'

red 157 ◦ green 222 ◦ blue 113

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

Shades of Feijoa #9DDE71

Tints of Feijoa #9DDE71

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.12%

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

R = 31.91%
G = 45.12%
B = 22.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#9DDE71 (or 0x9DDE71) is known color: Feijoa. HEX triplet: 9D, DE and 71. RGB value is (157,222,113). Sum of RGB (Red+Green+Blue) = 157+222+113=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDE71 is #62218E. Grayscale: #BEBEBE. Windows color (decimal): -6431119 or 7462557. OLE color: 7462557.

HSL color Cylindrical-coordinate representation of color #9DDE71: hue angle of 95.78º degrees, saturation: 0.62, 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 #9DDE71 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 222 113 -
CMYK 0.29 0 0.49 0.13
HSL 95.78º 0.62% 0.66% -
HSV(B) 95.78º 0.49% 0.87% -
XYZ 43.01 60.6 25.05 -
YUV 190.14 84.47 104.36 -
System Red Green Blue C M Y K H S L
Decimal 157 222 113 0.29 0 0.49 0.13 95.78 0.62 0.66
Hex 9D DE 71 1D 0 31 D 60 3E 42
Octal 235 336 161 35 0 61 15 140 76 102
Binary 10011101 11011110 1110001 11101 0 110001 1101 1100000 111110 1000010

Color Harmonies of #9DDE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDE71

Black with #9DDE71

Text Example


Text Example

White with #9DDE71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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