Html Css Color HEX #95DE8E Granny Smith Apple

📋 copy color: '#95DE8E'

red 149 ◦ green 222 ◦ blue 142

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

Shades of Granny Smith Apple #95DE8E

Tints of Granny Smith Apple #95DE8E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.27%

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

R = 29.04%
G = 43.27%
B = 27.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#95DE8E (or 0x95DE8E) is known color: Granny Smith Apple. HEX triplet: 95, DE and 8E. RGB value is (149,222,142). Sum of RGB (Red+Green+Blue) = 149+222+142=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #95DE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DE8E is #6A2171. Grayscale: #BFBFBF. Windows color (decimal): -6955378 or 9363093. OLE color: 9363093.

HSL color Cylindrical-coordinate representation of color #95DE8E: hue angle of 114.75º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95DE8E is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 222 142 -
CMYK 0.33 0 0.36 0.13
HSL 114.75º 0.55% 0.71% -
HSV(B) 114.75º 0.36% 0.87% -
XYZ 43.4 60.59 35 -
YUV 191.05 100.32 98 -
System Red Green Blue C M Y K H S L
Decimal 149 222 142 0.33 0 0.36 0.13 114.75 0.55 0.71
Hex 95 DE 8E 21 0 24 D 73 37 47
Octal 225 336 216 41 0 44 15 163 67 107
Binary 10010101 11011110 10001110 100001 0 100100 1101 1110011 110111 1000111

Color Harmonies of #95DE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DE8E

Black with #95DE8E

Text Example


Text Example

White with #95DE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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