Html Css Color HEX #9DEE73 Feijoa

📋 copy color: '#9DEE73'

red 157 ◦ green 238 ◦ blue 115

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

Shades of Feijoa #9DEE73

Tints of Feijoa #9DEE73

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.67%

 BLUE value IS 115 (45.31% from 255) = 22.55%

R = 30.78%
G = 46.67%
B = 22.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#9DEE73 (or 0x9DEE73) is known color: Feijoa. HEX triplet: 9D, EE and 73. RGB value is (157,238,115). Sum of RGB (Red+Green+Blue) = 157+238+115=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEE73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEE73 is #62118C. Grayscale: #C8C8C8. Windows color (decimal): -6427021 or 7597725. OLE color: 7597725.

HSL color Cylindrical-coordinate representation of color #9DEE73: hue angle of 99.51º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DEE73 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 238 115 -
CMYK 0.34 0 0.52 0.07
HSL 99.51º 0.78% 0.69% -
HSV(B) 99.51º 0.52% 0.93% -
XYZ 47.57 69.55 27.14 -
YUV 199.76 80.16 97.5 -
System Red Green Blue C M Y K H S L
Decimal 157 238 115 0.34 0 0.52 0.07 99.51 0.78 0.69
Hex 9D EE 73 22 0 34 7 64 4E 45
Octal 235 356 163 42 0 64 7 144 116 105
Binary 10011101 11101110 1110011 100010 0 110100 111 1100100 1001110 1000101

Color Harmonies of #9DEE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEE73

Black with #9DEE73

Text Example


Text Example

White with #9DEE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,238,115); }

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

background-color css

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

 a { background-color: rgb(157,238,115); }

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

border-color css

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

 span { border-color: rgb(157,238,115); }

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