Html Css Color HEX #95D88E Granny Smith Apple

📋 copy color: '#95D88E'

red 149 ◦ green 216 ◦ blue 142

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

Shades of Granny Smith Apple #95D88E

Tints of Granny Smith Apple #95D88E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.6%

 BLUE value IS 142 (55.86% from 255) = 28.01%

R = 29.39%
G = 42.6%
B = 28.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#95D88E (or 0x95D88E) is known color: Granny Smith Apple. HEX triplet: 95, D8 and 8E. RGB value is (149,216,142). Sum of RGB (Red+Green+Blue) = 149+216+142=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #95D88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D88E is #6A2771. Grayscale: #BBBBBB. Windows color (decimal): -6956914 or 9361557. OLE color: 9361557.

HSL color Cylindrical-coordinate representation of color #95D88E: hue angle of 114.32º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95D88E is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 216 142 -
CMYK 0.31 0 0.34 0.15
HSL 114.32º 0.49% 0.7% -
HSV(B) 114.32º 0.34% 0.85% -
XYZ 41.83 57.45 34.48 -
YUV 187.53 102.3 100.52 -
System Red Green Blue C M Y K H S L
Decimal 149 216 142 0.31 0 0.34 0.15 114.32 0.49 0.7
Hex 95 D8 8E 1F 0 22 F 72 31 46
Octal 225 330 216 37 0 42 17 162 61 106
Binary 10010101 11011000 10001110 11111 0 100010 1111 1110010 110001 1000110

Color Harmonies of #95D88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D88E

Black with #95D88E

Text Example


Text Example

White with #95D88E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,216,142); }

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

background-color css

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

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

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

border-color css

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

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

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