Html Css Color HEX #99D697 Granny Smith Apple

📋 copy color: '#99D697'

red 153 ◦ green 214 ◦ blue 151

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

Shades of Granny Smith Apple #99D697

Tints of Granny Smith Apple #99D697

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.31%

 BLUE value IS 151 (59.38% from 255) = 29.15%

R = 29.54%
G = 41.31%
B = 29.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#99D697 (or 0x99D697) is known color: Granny Smith Apple. HEX triplet: 99, D6 and 97. RGB value is (153,214,151). Sum of RGB (Red+Green+Blue) = 153+214+151=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #99D697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D697 is #662968. Grayscale: #BCBCBC. Windows color (decimal): -6695273 or 9950873. OLE color: 9950873.

HSL color Cylindrical-coordinate representation of color #99D697: hue angle of 118.1º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D697 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 214 151 -
CMYK 0.29 0 0.29 0.16
HSL 118.1º 0.43% 0.72% -
HSV(B) 118.1º 0.29% 0.84% -
XYZ 42.77 57.1 38.05 -
YUV 188.58 106.79 102.62 -
System Red Green Blue C M Y K H S L
Decimal 153 214 151 0.29 0 0.29 0.16 118.1 0.43 0.72
Hex 99 D6 97 1D 0 1D 10 76 2B 48
Octal 231 326 227 35 0 35 20 166 53 110
Binary 10011001 11010110 10010111 11101 0 11101 10000 1110110 101011 1001000

Color Harmonies of #99D697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D697

Black with #99D697

Text Example


Text Example

White with #99D697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,214,151); }

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

background-color css

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

 a { background-color: rgb(153,214,151); }

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

border-color css

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

 span { border-color: rgb(153,214,151); }

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