Html Css Color HEX #95DF86 Granny Smith Apple

📋 copy color: '#95DF86'

red 149 ◦ green 223 ◦ blue 134

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

Shades of Granny Smith Apple #95DF86

Tints of Granny Smith Apple #95DF86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.48%

R = 29.45%
G = 44.07%
B = 26.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#95DF86 (or 0x95DF86) is known color: Granny Smith Apple. HEX triplet: 95, DF and 86. RGB value is (149,223,134). Sum of RGB (Red+Green+Blue) = 149+223+134=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DF86 is #6A2079. Grayscale: #BFBFBF. Windows color (decimal): -6955130 or 8839061. OLE color: 8839061.

HSL color Cylindrical-coordinate representation of color #95DF86: hue angle of 109.89º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95DF86 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 223 134 -
CMYK 0.33 0 0.40 0.13
HSL 109.89º 0.58% 0.7% -
HSV(B) 109.89º 0.4% 0.87% -
XYZ 43.09 60.89 32.04 -
YUV 190.73 95.98 98.24 -
System Red Green Blue C M Y K H S L
Decimal 149 223 134 0.33 0 0.40 0.13 109.89 0.58 0.7
Hex 95 DF 86 21 0 28 D 6E 3A 46
Octal 225 337 206 41 0 50 15 156 72 106
Binary 10010101 11011111 10000110 100001 0 101000 1101 1101110 111010 1000110

Color Harmonies of #95DF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF86

Black with #95DF86

Text Example


Text Example

White with #95DF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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