Html Css Color HEX #96DF9B Granny Smith Apple

📋 copy color: '#96DF9B'

red 150 ◦ green 223 ◦ blue 155

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

Shades of Granny Smith Apple #96DF9B

Tints of Granny Smith Apple #96DF9B

RGB

 RED value IS 150 (58.98% from 255) = 28.41%

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

 BLUE value IS 155 (60.94% from 255) = 29.36%

R = 28.41%
G = 42.23%
B = 29.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#96DF9B (or 0x96DF9B) is known color: Granny Smith Apple. HEX triplet: 96, DF and 9B. RGB value is (150,223,155). Sum of RGB (Red+Green+Blue) = 150+223+155=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DF9B is #692064. Grayscale: #C1C1C1. Windows color (decimal): -6889573 or 10215318. OLE color: 10215318.

HSL color Cylindrical-coordinate representation of color #96DF9B: hue angle of 124.11º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DF9B is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 223 155 -
CMYK 0.33 0 0.30 0.13
HSL 124.11º 0.53% 0.73% -
HSV(B) 124.11º 0.33% 0.87% -
XYZ 44.88 61.63 40.54 -
YUV 193.42 106.32 97.03 -
System Red Green Blue C M Y K H S L
Decimal 150 223 155 0.33 0 0.30 0.13 124.11 0.53 0.73
Hex 96 DF 9B 21 0 1E D 7C 35 49
Octal 226 337 233 41 0 36 15 174 65 111
Binary 10010110 11011111 10011011 100001 0 11110 1101 1111100 110101 1001001

Color Harmonies of #96DF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DF9B

Black with #96DF9B

Text Example


Text Example

White with #96DF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96DF9B; }

 p { color: rgb(150,223,155); }

 H1.HeaderClassName
 {
   color: #96DF9B;
 }
 .AnyTagClassName
 {
   color: #96DF9B;
 }
</style>

background-color css

<style>
 a { background-color: #96DF9B; }

 a { background-color: rgb(150,223,155); }

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

border-color css

<style>
 span { border-color: #96DF9B; }

 span { border-color: rgb(150,223,155); }

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