Html Css Color HEX #99DB65 Feijoa

📋 copy color: '#99DB65'

red 153 ◦ green 219 ◦ blue 101

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

Shades of Feijoa #99DB65

Tints of Feijoa #99DB65

RGB

 RED value IS 153 (60.16% from 255) = 32.35%

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

 BLUE value IS 101 (39.84% from 255) = 21.35%

R = 32.35%
G = 46.3%
B = 21.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#99DB65 (or 0x99DB65) is known color: Feijoa. HEX triplet: 99, DB and 65. RGB value is (153,219,101). Sum of RGB (Red+Green+Blue) = 153+219+101=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DB65 is #66249A. Grayscale: #BABABA. Windows color (decimal): -6694043 or 6675353. OLE color: 6675353.

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

Color convert

RGB 153 219 101 -
CMYK 0.30 0 0.54 0.14
HSL 93.56º 0.62% 0.63% -
HSV(B) 93.56º 0.54% 0.86% -
XYZ 40.82 58.37 21.43 -
YUV 185.81 80.13 104.59 -
System Red Green Blue C M Y K H S L
Decimal 153 219 101 0.30 0 0.54 0.14 93.56 0.62 0.63
Hex 99 DB 65 1E 0 36 E 5E 3E 3F
Octal 231 333 145 36 0 66 16 136 76 77
Binary 10011001 11011011 1100101 11110 0 110110 1110 1011110 111110 111111

Color Harmonies of #99DB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DB65

Black with #99DB65

Text Example


Text Example

White with #99DB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99DB65; }

 p { color: rgb(153,219,101); }

 H1.HeaderClassName
 {
   color: #99DB65;
 }
 .AnyTagClassName
 {
   color: #99DB65;
 }
</style>

background-color css

<style>
 a { background-color: #99DB65; }

 a { background-color: rgb(153,219,101); }

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

border-color css

<style>
 span { border-color: #99DB65; }

 span { border-color: rgb(153,219,101); }

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