Html Css Color HEX #9DDA75 Feijoa

📋 copy color: '#9DDA75'

red 157 ◦ green 218 ◦ blue 117

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

Shades of Feijoa #9DDA75

Tints of Feijoa #9DDA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.78%

R = 31.91%
G = 44.31%
B = 23.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#9DDA75 (or 0x9DDA75) is known color: Feijoa. HEX triplet: 9D, DA and 75. RGB value is (157,218,117). Sum of RGB (Red+Green+Blue) = 157+218+117=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA75 is #62258A. Grayscale: #BCBCBC. Windows color (decimal): -6432139 or 7723677. OLE color: 7723677.

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

Color convert

RGB 157 218 117 -
CMYK 0.28 0 0.46 0.15
HSL 96.24º 0.58% 0.66% -
HSV(B) 96.24º 0.46% 0.85% -
XYZ 42.19 58.6 25.92 -
YUV 188.25 87.79 105.71 -
System Red Green Blue C M Y K H S L
Decimal 157 218 117 0.28 0 0.46 0.15 96.24 0.58 0.66
Hex 9D DA 75 1C 0 2E F 60 3A 42
Octal 235 332 165 34 0 56 17 140 72 102
Binary 10011101 11011010 1110101 11100 0 101110 1111 1100000 111010 1000010

Color Harmonies of #9DDA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDA75

Black with #9DDA75

Text Example


Text Example

White with #9DDA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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