Html Css Color HEX #95DF94 Granny Smith Apple

📋 copy color: '#95DF94'

red 149 ◦ green 223 ◦ blue 148

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

Shades of Granny Smith Apple #95DF94

Tints of Granny Smith Apple #95DF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.46%

R = 28.65%
G = 42.88%
B = 28.46%

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

#95DF94 (or 0x95DF94) is known color: Granny Smith Apple. HEX triplet: 95, DF and 94. RGB value is (149,223,148). Sum of RGB (Red+Green+Blue) = 149+223+148=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DF94 is #6A206B. Grayscale: #C0C0C0. Windows color (decimal): -6955116 or 9756565. OLE color: 9756565.

HSL color Cylindrical-coordinate representation of color #95DF94: hue angle of 119.2º 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 #95DF94 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 223 148 -
CMYK 0.33 0 0.34 0.13
HSL 119.2º 0.54% 0.73% -
HSV(B) 119.2º 0.34% 0.87% -
XYZ 44.13 61.3 37.52 -
YUV 192.32 102.98 97.1 -
System Red Green Blue C M Y K H S L
Decimal 149 223 148 0.33 0 0.34 0.13 119.2 0.54 0.73
Hex 95 DF 94 21 0 22 D 77 36 49
Octal 225 337 224 41 0 42 15 167 66 111
Binary 10010101 11011111 10010100 100001 0 100010 1101 1110111 110110 1001001

Color Harmonies of #95DF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF94

Black with #95DF94

Text Example


Text Example

White with #95DF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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