Html Css Color HEX #95D498 Granny Smith Apple

📋 copy color: '#95D498'

red 149 ◦ green 212 ◦ blue 152

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

Shades of Granny Smith Apple #95D498

Tints of Granny Smith Apple #95D498

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.33%

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

R = 29.04%
G = 41.33%
B = 29.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#95D498 (or 0x95D498) is known color: Granny Smith Apple. HEX triplet: 95, D4 and 98. RGB value is (149,212,152). Sum of RGB (Red+Green+Blue) = 149+212+152=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #95D498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D498 is #6A2B67. Grayscale: #BABABA. Windows color (decimal): -6957928 or 10015893. OLE color: 10015893.

HSL color Cylindrical-coordinate representation of color #95D498: hue angle of 122.86º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D498 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 212 152 -
CMYK 0.30 0 0.28 0.17
HSL 122.86º 0.42% 0.71% -
HSV(B) 122.86º 0.3% 0.83% -
XYZ 41.61 55.74 38.27 -
YUV 186.32 108.63 101.38 -
System Red Green Blue C M Y K H S L
Decimal 149 212 152 0.30 0 0.28 0.17 122.86 0.42 0.71
Hex 95 D4 98 1E 0 1C 11 7B 2A 47
Octal 225 324 230 36 0 34 21 173 52 107
Binary 10010101 11010100 10011000 11110 0 11100 10001 1111011 101010 1000111

Color Harmonies of #95D498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D498

Black with #95D498

Text Example


Text Example

White with #95D498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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