Html Css Color HEX #95DB93 Granny Smith Apple

📋 copy color: '#95DB93'

red 149 ◦ green 219 ◦ blue 147

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

Shades of Granny Smith Apple #95DB93

Tints of Granny Smith Apple #95DB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.54%

R = 28.93%
G = 42.52%
B = 28.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#95DB93 (or 0x95DB93) is known color: Granny Smith Apple. HEX triplet: 95, DB and 93. RGB value is (149,219,147). Sum of RGB (Red+Green+Blue) = 149+219+147=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DB93 is #6A246C. Grayscale: #BEBEBE. Windows color (decimal): -6956141 or 9690005. OLE color: 9690005.

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

Color convert

RGB 149 219 147 -
CMYK 0.32 0 0.33 0.14
HSL 118.33º 0.5% 0.72% -
HSV(B) 118.33º 0.33% 0.86% -
XYZ 42.99 59.16 36.76 -
YUV 189.86 103.81 98.85 -
System Red Green Blue C M Y K H S L
Decimal 149 219 147 0.32 0 0.33 0.14 118.33 0.5 0.72
Hex 95 DB 93 20 0 21 E 76 32 48
Octal 225 333 223 40 0 41 16 166 62 110
Binary 10010101 11011011 10010011 100000 0 100001 1110 1110110 110010 1001000

Color Harmonies of #95DB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DB93

Black with #95DB93

Text Example


Text Example

White with #95DB93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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