Html Css Color HEX #98DB95 Granny Smith Apple

📋 copy color: '#98DB95'

red 152 ◦ green 219 ◦ blue 149

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

Shades of Granny Smith Apple #98DB95

Tints of Granny Smith Apple #98DB95

RGB

 RED value IS 152 (59.77% from 255) = 29.23%

 GREEN value IS 219 (85.94% from 255) = 42.12%

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

R = 29.23%
G = 42.12%
B = 28.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#98DB95 (or 0x98DB95) is known color: Granny Smith Apple. HEX triplet: 98, DB and 95. RGB value is (152,219,149). Sum of RGB (Red+Green+Blue) = 152+219+149=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DB95 is #67246A. Grayscale: #BFBFBF. Windows color (decimal): -6759531 or 9821080. OLE color: 9821080.

HSL color Cylindrical-coordinate representation of color #98DB95: hue angle of 117.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DB95 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 219 149 -
CMYK 0.31 0 0.32 0.14
HSL 117.43º 0.49% 0.72% -
HSV(B) 117.43º 0.32% 0.86% -
XYZ 43.71 59.51 37.62 -
YUV 190.99 104.3 100.19 -
System Red Green Blue C M Y K H S L
Decimal 152 219 149 0.31 0 0.32 0.14 117.43 0.49 0.72
Hex 98 DB 95 1F 0 20 E 75 31 48
Octal 230 333 225 37 0 40 16 165 61 110
Binary 10011000 11011011 10010101 11111 0 100000 1110 1110101 110001 1001000

Color Harmonies of #98DB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DB95

Black with #98DB95

Text Example


Text Example

White with #98DB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98DB95; }

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

 H1.HeaderClassName
 {
   color: #98DB95;
 }
 .AnyTagClassName
 {
   color: #98DB95;
 }
</style>

background-color css

<style>
 a { background-color: #98DB95; }

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

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

border-color css

<style>
 span { border-color: #98DB95; }

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

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