Html Css Color HEX #99DF94 Granny Smith Apple

📋 copy color: '#99DF94'

red 153 ◦ green 223 ◦ blue 148

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

Shades of Granny Smith Apple #99DF94

Tints of Granny Smith Apple #99DF94

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.56%

 BLUE value IS 148 (58.2% from 255) = 28.24%

R = 29.2%
G = 42.56%
B = 28.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#99DF94 (or 0x99DF94) is known color: Granny Smith Apple. HEX triplet: 99, DF and 94. RGB value is (153,223,148). Sum of RGB (Red+Green+Blue) = 153+223+148=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DF94 is #66206B. Grayscale: #C1C1C1. Windows color (decimal): -6692972 or 9756569. OLE color: 9756569.

HSL color Cylindrical-coordinate representation of color #99DF94: hue angle of 116º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99DF94 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 223 148 -
CMYK 0.31 0 0.34 0.13
HSL 116º 0.54% 0.73% -
HSV(B) 116º 0.34% 0.87% -
XYZ 44.87 61.69 37.56 -
YUV 193.52 102.31 99.1 -
System Red Green Blue C M Y K H S L
Decimal 153 223 148 0.31 0 0.34 0.13 116 0.54 0.73
Hex 99 DF 94 1F 0 22 D 74 36 49
Octal 231 337 224 37 0 42 15 164 66 111
Binary 10011001 11011111 10010100 11111 0 100010 1101 1110100 110110 1001001

Color Harmonies of #99DF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DF94

Black with #99DF94

Text Example


Text Example

White with #99DF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,223,148); }

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

background-color css

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

 a { background-color: rgb(153,223,148); }

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

border-color css

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

 span { border-color: rgb(153,223,148); }

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