Html Css Color HEX #97D88D Granny Smith Apple

📋 copy color: '#97D88D'

red 151 ◦ green 216 ◦ blue 141

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

Shades of Granny Smith Apple #97D88D

Tints of Granny Smith Apple #97D88D

RGB

 RED value IS 151 (59.38% from 255) = 29.72%

 GREEN value IS 216 (84.77% from 255) = 42.52%

 BLUE value IS 141 (55.47% from 255) = 27.76%

R = 29.72%
G = 42.52%
B = 27.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#97D88D (or 0x97D88D) is known color: Granny Smith Apple. HEX triplet: 97, D8 and 8D. RGB value is (151,216,141). Sum of RGB (Red+Green+Blue) = 151+216+141=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #97D88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D88D is #682772. Grayscale: #BCBCBC. Windows color (decimal): -6825843 or 9296023. OLE color: 9296023.

HSL color Cylindrical-coordinate representation of color #97D88D: hue angle of 112º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97D88D is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 216 141 -
CMYK 0.30 0 0.35 0.15
HSL 112º 0.49% 0.7% -
HSV(B) 112º 0.35% 0.85% -
XYZ 42.13 57.61 34.1 -
YUV 188.02 101.47 101.6 -
System Red Green Blue C M Y K H S L
Decimal 151 216 141 0.30 0 0.35 0.15 112 0.49 0.7
Hex 97 D8 8D 1E 0 23 F 70 31 46
Octal 227 330 215 36 0 43 17 160 61 106
Binary 10010111 11011000 10001101 11110 0 100011 1111 1110000 110001 1000110

Color Harmonies of #97D88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D88D

Black with #97D88D

Text Example


Text Example

White with #97D88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97D88D; }

 p { color: rgb(151,216,141); }

 H1.HeaderClassName
 {
   color: #97D88D;
 }
 .AnyTagClassName
 {
   color: #97D88D;
 }
</style>

background-color css

<style>
 a { background-color: #97D88D; }

 a { background-color: rgb(151,216,141); }

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

border-color css

<style>
 span { border-color: #97D88D; }

 span { border-color: rgb(151,216,141); }

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