Html Css Color HEX #9CDE75 Feijoa

📋 copy color: '#9CDE75'

red 156 ◦ green 222 ◦ blue 117

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

Shades of Feijoa #9CDE75

Tints of Feijoa #9CDE75

RGB

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

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

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

R = 31.52%
G = 44.85%
B = 23.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#9CDE75 (or 0x9CDE75) is known color: Feijoa. HEX triplet: 9C, DE and 75. RGB value is (156,222,117). Sum of RGB (Red+Green+Blue) = 156+222+117=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDE75 is #63218A. Grayscale: #BEBEBE. Windows color (decimal): -6496651 or 7724700. OLE color: 7724700.

HSL color Cylindrical-coordinate representation of color #9CDE75: hue angle of 97.71º degrees, saturation: 0.61, 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 #9CDE75 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 222 117 -
CMYK 0.30 0 0.47 0.13
HSL 97.71º 0.61% 0.66% -
HSV(B) 97.71º 0.47% 0.87% -
XYZ 43.04 60.59 26.26 -
YUV 190.3 86.63 103.54 -
System Red Green Blue C M Y K H S L
Decimal 156 222 117 0.30 0 0.47 0.13 97.71 0.61 0.66
Hex 9C DE 75 1E 0 2F D 62 3D 42
Octal 234 336 165 36 0 57 15 142 75 102
Binary 10011100 11011110 1110101 11110 0 101111 1101 1100010 111101 1000010

Color Harmonies of #9CDE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDE75

Black with #9CDE75

Text Example


Text Example

White with #9CDE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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