Html Css Color HEX #95DF8E Granny Smith Apple

📋 copy color: '#95DF8E'

red 149 ◦ green 223 ◦ blue 142

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

Shades of Granny Smith Apple #95DF8E

Tints of Granny Smith Apple #95DF8E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.39%

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

R = 28.99%
G = 43.39%
B = 27.63%

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

#95DF8E (or 0x95DF8E) is known color: Granny Smith Apple. HEX triplet: 95, DF and 8E. RGB value is (149,223,142). Sum of RGB (Red+Green+Blue) = 149+223+142=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DF8E is #6A2071. Grayscale: #BFBFBF. Windows color (decimal): -6955122 or 9363349. OLE color: 9363349.

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

Color convert

RGB 149 223 142 -
CMYK 0.33 0 0.36 0.13
HSL 114.81º 0.56% 0.72% -
HSV(B) 114.81º 0.36% 0.87% -
XYZ 43.66 61.12 35.09 -
YUV 191.64 99.98 97.59 -
System Red Green Blue C M Y K H S L
Decimal 149 223 142 0.33 0 0.36 0.13 114.81 0.56 0.72
Hex 95 DF 8E 21 0 24 D 73 38 48
Octal 225 337 216 41 0 44 15 163 70 110
Binary 10010101 11011111 10001110 100001 0 100100 1101 1110011 111000 1001000

Color Harmonies of #95DF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF8E

Black with #95DF8E

Text Example


Text Example

White with #95DF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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