Html Css Color HEX #95DB94 Granny Smith Apple

📋 copy color: '#95DB94'

red 149 ◦ green 219 ◦ blue 148

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

Shades of Granny Smith Apple #95DB94

Tints of Granny Smith Apple #95DB94

RGB

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

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

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

R = 28.88%
G = 42.44%
B = 28.68%

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

#95DB94 (or 0x95DB94) is known color: Granny Smith Apple. HEX triplet: 95, DB and 94. RGB value is (149,219,148). Sum of RGB (Red+Green+Blue) = 149+219+148=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DB94 is #6A246B. Grayscale: #BEBEBE. Windows color (decimal): -6956140 or 9755541. OLE color: 9755541.

HSL color Cylindrical-coordinate representation of color #95DB94: hue angle of 119.15º degrees, saturation: 0.5, 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 #95DB94 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 219 148 -
CMYK 0.32 0 0.32 0.14
HSL 119.15º 0.5% 0.72% -
HSV(B) 119.15º 0.32% 0.86% -
XYZ 43.07 59.19 37.17 -
YUV 189.98 104.31 98.77 -
System Red Green Blue C M Y K H S L
Decimal 149 219 148 0.32 0 0.32 0.14 119.15 0.5 0.72
Hex 95 DB 94 20 0 20 E 77 32 48
Octal 225 333 224 40 0 40 16 167 62 110
Binary 10010101 11011011 10010100 100000 0 100000 1110 1110111 110010 1001000

Color Harmonies of #95DB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DB94

Black with #95DB94

Text Example


Text Example

White with #95DB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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