Html Css Color HEX #95D48D Granny Smith Apple

📋 copy color: '#95D48D'

red 149 ◦ green 212 ◦ blue 141

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

Shades of Granny Smith Apple #95D48D

Tints of Granny Smith Apple #95D48D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.23%

 BLUE value IS 141 (55.47% from 255) = 28.09%

R = 29.68%
G = 42.23%
B = 28.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#95D48D (or 0x95D48D) is known color: Granny Smith Apple. HEX triplet: 95, D4 and 8D. RGB value is (149,212,141). Sum of RGB (Red+Green+Blue) = 149+212+141=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #95D48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D48D is #6A2B72. Grayscale: #B9B9B9. Windows color (decimal): -6957939 or 9294997. OLE color: 9294997.

HSL color Cylindrical-coordinate representation of color #95D48D: hue angle of 113.24º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95D48D is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 212 141 -
CMYK 0.30 0 0.33 0.17
HSL 113.24º 0.45% 0.69% -
HSV(B) 113.24º 0.33% 0.83% -
XYZ 40.75 55.4 33.74 -
YUV 185.07 103.13 102.27 -
System Red Green Blue C M Y K H S L
Decimal 149 212 141 0.30 0 0.33 0.17 113.24 0.45 0.69
Hex 95 D4 8D 1E 0 21 11 71 2D 45
Octal 225 324 215 36 0 41 21 161 55 105
Binary 10010101 11010100 10001101 11110 0 100001 10001 1110001 101101 1000101

Color Harmonies of #95D48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D48D

Black with #95D48D

Text Example


Text Example

White with #95D48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,212,141); }

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

background-color css

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

 a { background-color: rgb(149,212,141); }

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

border-color css

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

 span { border-color: rgb(149,212,141); }

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