Html Css Color HEX #95D395 Granny Smith Apple

📋 copy color: '#95D395'

red 149 ◦ green 211 ◦ blue 149

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

Shades of Granny Smith Apple #95D395

Tints of Granny Smith Apple #95D395

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.45%

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

R = 29.27%
G = 41.45%
B = 29.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#95D395 (or 0x95D395) is known color: Granny Smith Apple. HEX triplet: 95, D3 and 95. RGB value is (149,211,149). Sum of RGB (Red+Green+Blue) = 149+211+149=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #95D395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D395 is #6A2C6A. Grayscale: #B9B9B9. Windows color (decimal): -6958187 or 9819029. OLE color: 9819029.

HSL color Cylindrical-coordinate representation of color #95D395: hue angle of 120º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D395 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 211 149 -
CMYK 0.29 0 0.29 0.17
HSL 120º 0.41% 0.71% -
HSV(B) 120º 0.29% 0.83% -
XYZ 41.11 55.15 36.91 -
YUV 185.39 107.46 102.04 -
System Red Green Blue C M Y K H S L
Decimal 149 211 149 0.29 0 0.29 0.17 120 0.41 0.71
Hex 95 D3 95 1D 0 1D 11 78 29 47
Octal 225 323 225 35 0 35 21 170 51 107
Binary 10010101 11010011 10010101 11101 0 11101 10001 1111000 101001 1000111

Color Harmonies of #95D395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D395

Black with #95D395

Text Example


Text Example

White with #95D395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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