Html Css Color HEX #98DF94 Granny Smith Apple

📋 copy color: '#98DF94'

red 152 ◦ green 223 ◦ blue 148

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

Shades of Granny Smith Apple #98DF94

Tints of Granny Smith Apple #98DF94

RGB

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

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

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

R = 29.06%
G = 42.64%
B = 28.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#98DF94 (or 0x98DF94) is known color: Granny Smith Apple. HEX triplet: 98, DF and 94. RGB value is (152,223,148). Sum of RGB (Red+Green+Blue) = 152+223+148=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DF94 is #67206B. Grayscale: #C1C1C1. Windows color (decimal): -6758508 or 9756568. OLE color: 9756568.

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

Color convert

RGB 152 223 148 -
CMYK 0.32 0 0.34 0.13
HSL 116.8º 0.54% 0.73% -
HSV(B) 116.8º 0.34% 0.87% -
XYZ 44.68 61.59 37.55 -
YUV 193.22 102.48 98.6 -
System Red Green Blue C M Y K H S L
Decimal 152 223 148 0.32 0 0.34 0.13 116.8 0.54 0.73
Hex 98 DF 94 20 0 22 D 75 36 49
Octal 230 337 224 40 0 42 15 165 66 111
Binary 10011000 11011111 10010100 100000 0 100010 1101 1110101 110110 1001001

Color Harmonies of #98DF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DF94

Black with #98DF94

Text Example


Text Example

White with #98DF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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