Html Css Color HEX #97D68D Granny Smith Apple

📋 copy color: '#97D68D'

red 151 ◦ green 214 ◦ blue 141

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

Shades of Granny Smith Apple #97D68D

Tints of Granny Smith Apple #97D68D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.29%

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

R = 29.84%
G = 42.29%
B = 27.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#97D68D (or 0x97D68D) is known color: Granny Smith Apple. HEX triplet: 97, D6 and 8D. RGB value is (151,214,141). Sum of RGB (Red+Green+Blue) = 151+214+141=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 214 - color contains mainly: green. Hex color #97D68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D68D is #682972. Grayscale: #BBBBBB. Windows color (decimal): -6826355 or 9295511. OLE color: 9295511.

HSL color Cylindrical-coordinate representation of color #97D68D: hue angle of 111.78º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97D68D is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 214 141 -
CMYK 0.29 0 0.34 0.16
HSL 111.78º 0.47% 0.7% -
HSV(B) 111.78º 0.34% 0.84% -
XYZ 41.62 56.6 33.93 -
YUV 186.84 102.13 102.44 -
System Red Green Blue C M Y K H S L
Decimal 151 214 141 0.29 0 0.34 0.16 111.78 0.47 0.7
Hex 97 D6 8D 1D 0 22 10 70 2F 46
Octal 227 326 215 35 0 42 20 160 57 106
Binary 10010111 11010110 10001101 11101 0 100010 10000 1110000 101111 1000110

Color Harmonies of #97D68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D68D

Black with #97D68D

Text Example


Text Example

White with #97D68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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