Html Css Color HEX #9DDB66 Feijoa

📋 copy color: '#9DDB66'

red 157 ◦ green 219 ◦ blue 102

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

Shades of Feijoa #9DDB66

Tints of Feijoa #9DDB66

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.82%

 BLUE value IS 102 (40.23% from 255) = 21.34%

R = 32.85%
G = 45.82%
B = 21.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#9DDB66 (or 0x9DDB66) is known color: Feijoa. HEX triplet: 9D, DB and 66. RGB value is (157,219,102). Sum of RGB (Red+Green+Blue) = 157+219+102=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB66 is #622499. Grayscale: #BBBBBB. Windows color (decimal): -6431898 or 6740893. OLE color: 6740893.

HSL color Cylindrical-coordinate representation of color #9DDB66: hue angle of 91.79º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DDB66 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 219 102 -
CMYK 0.28 0 0.53 0.14
HSL 91.79º 0.62% 0.63% -
HSV(B) 91.79º 0.53% 0.86% -
XYZ 41.63 58.79 21.72 -
YUV 187.12 79.96 106.51 -
System Red Green Blue C M Y K H S L
Decimal 157 219 102 0.28 0 0.53 0.14 91.79 0.62 0.63
Hex 9D DB 66 1C 0 35 E 5C 3E 3F
Octal 235 333 146 34 0 65 16 134 76 77
Binary 10011101 11011011 1100110 11100 0 110101 1110 1011100 111110 111111

Color Harmonies of #9DDB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDB66

Black with #9DDB66

Text Example


Text Example

White with #9DDB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,219,102); }

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

background-color css

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

 a { background-color: rgb(157,219,102); }

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

border-color css

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

 span { border-color: rgb(157,219,102); }

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