Html Css Color HEX #95D394 Granny Smith Apple

📋 copy color: '#95D394'

red 149 ◦ green 211 ◦ blue 148

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

Shades of Granny Smith Apple #95D394

Tints of Granny Smith Apple #95D394

RGB

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

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

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

R = 29.33%
G = 41.54%
B = 29.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#95D394 (or 0x95D394) is known color: Granny Smith Apple. HEX triplet: 95, D3 and 94. RGB value is (149,211,148). Sum of RGB (Red+Green+Blue) = 149+211+148=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #95D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D394 is #6A2C6B. Grayscale: #B9B9B9. Windows color (decimal): -6958188 or 9753493. OLE color: 9753493.

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

Color convert

RGB 149 211 148 -
CMYK 0.29 0 0.30 0.17
HSL 119.05º 0.42% 0.7% -
HSV(B) 119.05º 0.3% 0.83% -
XYZ 41.03 55.12 36.49 -
YUV 185.28 106.96 102.12 -
System Red Green Blue C M Y K H S L
Decimal 149 211 148 0.29 0 0.30 0.17 119.05 0.42 0.7
Hex 95 D3 94 1D 0 1E 11 77 2A 46
Octal 225 323 224 35 0 36 21 167 52 106
Binary 10010101 11010011 10010100 11101 0 11110 10001 1110111 101010 1000110

Color Harmonies of #95D394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D394

Black with #95D394

Text Example


Text Example

White with #95D394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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