Html Css Color HEX #95DF99 Granny Smith Apple

📋 copy color: '#95DF99'

red 149 ◦ green 223 ◦ blue 153

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

Shades of Granny Smith Apple #95DF99

Tints of Granny Smith Apple #95DF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.14%

R = 28.38%
G = 42.48%
B = 29.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#95DF99 (or 0x95DF99) is known color: Granny Smith Apple. HEX triplet: 95, DF and 99. RGB value is (149,223,153). Sum of RGB (Red+Green+Blue) = 149+223+153=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DF99 is #6A2066. Grayscale: #C1C1C1. Windows color (decimal): -6955111 or 10084245. OLE color: 10084245.

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

Color convert

RGB 149 223 153 -
CMYK 0.33 0 0.31 0.13
HSL 123.24º 0.54% 0.73% -
HSV(B) 123.24º 0.33% 0.87% -
XYZ 44.53 61.46 39.65 -
YUV 192.89 105.48 96.69 -
System Red Green Blue C M Y K H S L
Decimal 149 223 153 0.33 0 0.31 0.13 123.24 0.54 0.73
Hex 95 DF 99 21 0 1F D 7B 36 49
Octal 225 337 231 41 0 37 15 173 66 111
Binary 10010101 11011111 10011001 100001 0 11111 1101 1111011 110110 1001001

Color Harmonies of #95DF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF99

Black with #95DF99

Text Example


Text Example

White with #95DF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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