Html Css Color HEX #95DF93 Granny Smith Apple

📋 copy color: '#95DF93'

red 149 ◦ green 223 ◦ blue 147

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

Shades of Granny Smith Apple #95DF93

Tints of Granny Smith Apple #95DF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.32%

R = 28.71%
G = 42.97%
B = 28.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#95DF93 (or 0x95DF93) is known color: Granny Smith Apple. HEX triplet: 95, DF and 93. RGB value is (149,223,147). Sum of RGB (Red+Green+Blue) = 149+223+147=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DF93 is #6A206C. Grayscale: #C0C0C0. Windows color (decimal): -6955117 or 9691029. OLE color: 9691029.

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

Color convert

RGB 149 223 147 -
CMYK 0.33 0 0.34 0.13
HSL 118.42º 0.54% 0.73% -
HSV(B) 118.42º 0.34% 0.87% -
XYZ 44.05 61.27 37.11 -
YUV 192.21 102.48 97.18 -
System Red Green Blue C M Y K H S L
Decimal 149 223 147 0.33 0 0.34 0.13 118.42 0.54 0.73
Hex 95 DF 93 21 0 22 D 76 36 49
Octal 225 337 223 41 0 42 15 166 66 111
Binary 10010101 11011111 10010011 100001 0 100010 1101 1110110 110110 1001001

Color Harmonies of #95DF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF93

Black with #95DF93

Text Example


Text Example

White with #95DF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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