Html Css Color HEX #9DEB72 Feijoa

📋 copy color: '#9DEB72'

red 157 ◦ green 235 ◦ blue 114

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

Shades of Feijoa #9DEB72

Tints of Feijoa #9DEB72

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.44%

 BLUE value IS 114 (44.92% from 255) = 22.53%

R = 31.03%
G = 46.44%
B = 22.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#9DEB72 (or 0x9DEB72) is known color: Feijoa. HEX triplet: 9D, EB and 72. RGB value is (157,235,114). Sum of RGB (Red+Green+Blue) = 157+235+114=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEB72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEB72 is #62148D. Grayscale: #C6C6C6. Windows color (decimal): -6427790 or 7531421. OLE color: 7531421.

HSL color Cylindrical-coordinate representation of color #9DEB72: hue angle of 98.68º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DEB72 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 235 114 -
CMYK 0.33 0 0.51 0.08
HSL 98.68º 0.75% 0.68% -
HSV(B) 98.68º 0.51% 0.92% -
XYZ 46.65 67.8 26.55 -
YUV 197.88 80.66 98.84 -
System Red Green Blue C M Y K H S L
Decimal 157 235 114 0.33 0 0.51 0.08 98.68 0.75 0.68
Hex 9D EB 72 21 0 33 8 63 4B 44
Octal 235 353 162 41 0 63 10 143 113 104
Binary 10011101 11101011 1110010 100001 0 110011 1000 1100011 1001011 1000100

Color Harmonies of #9DEB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEB72

Black with #9DEB72

Text Example


Text Example

White with #9DEB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,235,114); }

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

background-color css

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

 a { background-color: rgb(157,235,114); }

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

border-color css

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

 span { border-color: rgb(157,235,114); }

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