Html Css Color HEX #95D595 Granny Smith Apple

📋 copy color: '#95D595'

red 149 ◦ green 213 ◦ blue 149

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

Shades of Granny Smith Apple #95D595

Tints of Granny Smith Apple #95D595

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.68%

 BLUE value IS 149 (58.59% from 255) = 29.16%

R = 29.16%
G = 41.68%
B = 29.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#95D595 (or 0x95D595) is known color: Granny Smith Apple. HEX triplet: 95, D5 and 95. RGB value is (149,213,149). Sum of RGB (Red+Green+Blue) = 149+213+149=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #95D595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D595 is #6A2A6A. Grayscale: #BABABA. Windows color (decimal): -6957675 or 9819541. OLE color: 9819541.

HSL color Cylindrical-coordinate representation of color #95D595: hue angle of 120º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D595 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 213 149 -
CMYK 0.30 0 0.30 0.16
HSL 120º 0.43% 0.71% -
HSV(B) 120º 0.3% 0.84% -
XYZ 41.61 56.15 37.08 -
YUV 186.57 106.8 101.2 -
System Red Green Blue C M Y K H S L
Decimal 149 213 149 0.30 0 0.30 0.16 120 0.43 0.71
Hex 95 D5 95 1E 0 1E 10 78 2B 47
Octal 225 325 225 36 0 36 20 170 53 107
Binary 10010101 11010101 10010101 11110 0 11110 10000 1111000 101011 1000111

Color Harmonies of #95D595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D595

Black with #95D595

Text Example


Text Example

White with #95D595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,213,149); }

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

background-color css

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

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

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

border-color css

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

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

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