Html Css Color HEX #9CDD75 Feijoa

📋 copy color: '#9CDD75'

red 156 ◦ green 221 ◦ blue 117

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

Shades of Feijoa #9CDD75

Tints of Feijoa #9CDD75

RGB

 RED value IS 156 (61.33% from 255) = 31.58%

 GREEN value IS 221 (86.72% from 255) = 44.74%

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

R = 31.58%
G = 44.74%
B = 23.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#9CDD75 (or 0x9CDD75) is known color: Feijoa. HEX triplet: 9C, DD and 75. RGB value is (156,221,117). Sum of RGB (Red+Green+Blue) = 156+221+117=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDD75 is #63228A. Grayscale: #BEBEBE. Windows color (decimal): -6496907 or 7724444. OLE color: 7724444.

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

Color convert

RGB 156 221 117 -
CMYK 0.29 0 0.47 0.13
HSL 97.5º 0.6% 0.66% -
HSV(B) 97.5º 0.47% 0.87% -
XYZ 42.78 60.07 26.17 -
YUV 189.71 86.97 103.96 -
System Red Green Blue C M Y K H S L
Decimal 156 221 117 0.29 0 0.47 0.13 97.5 0.6 0.66
Hex 9C DD 75 1D 0 2F D 62 3C 42
Octal 234 335 165 35 0 57 15 142 74 102
Binary 10011100 11011101 1110101 11101 0 101111 1101 1100010 111100 1000010

Color Harmonies of #9CDD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDD75

Black with #9CDD75

Text Example


Text Example

White with #9CDD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,221,117); }

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

background-color css

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

 a { background-color: rgb(156,221,117); }

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

border-color css

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

 span { border-color: rgb(156,221,117); }

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