Html Css Color HEX #97DF8E Granny Smith Apple

📋 copy color: '#97DF8E'

red 151 ◦ green 223 ◦ blue 142

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

Shades of Granny Smith Apple #97DF8E

Tints of Granny Smith Apple #97DF8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.52%

R = 29.26%
G = 43.22%
B = 27.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#97DF8E (or 0x97DF8E) is known color: Granny Smith Apple. HEX triplet: 97, DF and 8E. RGB value is (151,223,142). Sum of RGB (Red+Green+Blue) = 151+223+142=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DF8E is #682071. Grayscale: #C0C0C0. Windows color (decimal): -6824050 or 9363351. OLE color: 9363351.

HSL color Cylindrical-coordinate representation of color #97DF8E: hue angle of 113.33º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97DF8E is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 223 142 -
CMYK 0.32 0 0.36 0.13
HSL 113.33º 0.56% 0.72% -
HSV(B) 113.33º 0.36% 0.87% -
XYZ 44.03 61.31 35.1 -
YUV 192.24 99.65 98.59 -
System Red Green Blue C M Y K H S L
Decimal 151 223 142 0.32 0 0.36 0.13 113.33 0.56 0.72
Hex 97 DF 8E 20 0 24 D 71 38 48
Octal 227 337 216 40 0 44 15 161 70 110
Binary 10010111 11011111 10001110 100000 0 100100 1101 1110001 111000 1001000

Color Harmonies of #97DF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DF8E

Black with #97DF8E

Text Example


Text Example

White with #97DF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,223,142); }

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

background-color css

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

 a { background-color: rgb(151,223,142); }

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

border-color css

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

 span { border-color: rgb(151,223,142); }

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