Html Css Color HEX #95DF98 Granny Smith Apple

📋 copy color: '#95DF98'

red 149 ◦ green 223 ◦ blue 152

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

Shades of Granny Smith Apple #95DF98

Tints of Granny Smith Apple #95DF98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.01%

R = 28.44%
G = 42.56%
B = 29.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#95DF98 (or 0x95DF98) is known color: Granny Smith Apple. HEX triplet: 95, DF and 98. RGB value is (149,223,152). Sum of RGB (Red+Green+Blue) = 149+223+152=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DF98 is #6A2067. Grayscale: #C0C0C0. Windows color (decimal): -6955112 or 10018709. OLE color: 10018709.

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

Color convert

RGB 149 223 152 -
CMYK 0.33 0 0.32 0.13
HSL 122.43º 0.54% 0.73% -
HSV(B) 122.43º 0.33% 0.87% -
XYZ 44.45 61.43 39.22 -
YUV 192.78 104.98 96.77 -
System Red Green Blue C M Y K H S L
Decimal 149 223 152 0.33 0 0.32 0.13 122.43 0.54 0.73
Hex 95 DF 98 21 0 20 D 7A 36 49
Octal 225 337 230 41 0 40 15 172 66 111
Binary 10010101 11011111 10011000 100001 0 100000 1101 1111010 110110 1001001

Color Harmonies of #95DF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF98

Black with #95DF98

Text Example


Text Example

White with #95DF98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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