#97CF94

Color #97CF94 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #97CF94

Tints of Granny Smith Apple #97CF94

Color information

#97CF94 (or 0x97CF94) is unknown color: approx Granny Smith Apple. HEX triplet: 97, CF and 94. RGB value is (151,207,148). Sum of RGB (Red+Green+Blue) = 151+207+148=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #97CF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CF94 is #68306B. Grayscale: #B7B7B7. Windows color (decimal): -6828140 or 9752471. OLE color: 9752471.

HSL color Cylindrical-coordinate representation of color #97CF94: hue angle of 116.95º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97CF94 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB151207148-
CMYK0.2700.290.19
HSL116.95º38.06%69.61%-
HSV(B)116.95º28.5%81.18%-
XYZ40.4253.3436.18-
YUV183.53107.95104.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.84%
GREEN value IS 207 (81.25% from 255) = 40.91%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=29.84%
G=40.91%
B=29.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1512071480.2700.290.19116.9538.0669.61
Hex97CF941B01D13752646
Octal227317224330352316546106
Binary100101111100111110010100110110111011001111101011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,207,148); }

 H1.HeaderClassName
 {
   color: #97CF94;
 }
 .AnyTagClassName
 {
   color: #97CF94;
 }
</style>
background-color css

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

 a { background-color: rgb(151,207,148); }

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

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

 span { border-color: rgb(151,207,148); }

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