Html Css Color HEX #95DB96 Granny Smith Apple

📋 copy color: '#95DB96'

red 149 ◦ green 219 ◦ blue 150

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

Shades of Granny Smith Apple #95DB96

Tints of Granny Smith Apple #95DB96

RGB

 RED value IS 149 (58.59% from 255) = 28.76%

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

 BLUE value IS 150 (58.98% from 255) = 28.96%

R = 28.76%
G = 42.28%
B = 28.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#95DB96 (or 0x95DB96) is known color: Granny Smith Apple. HEX triplet: 95, DB and 96. RGB value is (149,219,150). Sum of RGB (Red+Green+Blue) = 149+219+150=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DB96 is #6A2469. Grayscale: #BEBEBE. Windows color (decimal): -6956138 or 9886613. OLE color: 9886613.

HSL color Cylindrical-coordinate representation of color #95DB96: hue angle of 120.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DB96 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 219 150 -
CMYK 0.32 0 0.32 0.14
HSL 120.86º 0.49% 0.72% -
HSV(B) 120.86º 0.32% 0.86% -
XYZ 43.23 59.25 38.01 -
YUV 190.2 105.31 98.61 -
System Red Green Blue C M Y K H S L
Decimal 149 219 150 0.32 0 0.32 0.14 120.86 0.49 0.72
Hex 95 DB 96 20 0 20 E 79 31 48
Octal 225 333 226 40 0 40 16 171 61 110
Binary 10010101 11011011 10010110 100000 0 100000 1110 1111001 110001 1001000

Color Harmonies of #95DB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DB96

Black with #95DB96

Text Example


Text Example

White with #95DB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95DB96; }

 p { color: rgb(149,219,150); }

 H1.HeaderClassName
 {
   color: #95DB96;
 }
 .AnyTagClassName
 {
   color: #95DB96;
 }
</style>

background-color css

<style>
 a { background-color: #95DB96; }

 a { background-color: rgb(149,219,150); }

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

border-color css

<style>
 span { border-color: #95DB96; }

 span { border-color: rgb(149,219,150); }

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