#C5F1CF

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

Shades of Granny Apple #C5F1CF

Tints of Granny Apple #C5F1CF

Color information

#C5F1CF (or 0xC5F1CF) is unknown color: approx Granny Apple. HEX triplet: C5, F1 and CF. RGB value is (197,241,207). Sum of RGB (Red+Green+Blue) = 197+241+207=645 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.54% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F1CF is #3A0E30. Grayscale: #E0E0E0. Windows color (decimal): -3804721 or 13627845. OLE color: 13627845.

HSL color Cylindrical-coordinate representation of color #C5F1CF: hue angle of 133.64º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5F1CF is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB197241207-
CMYK0.1800.140.05
HSL133.64º61.11%85.88%-
HSV(B)133.64º18.26%94.51%-
XYZ65.7479.2970.87-
YUV223.97118.42108.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.54%
GREEN value IS 241 (94.53% from 255) = 37.36%
BLUE value IS 207 (81.25% from 255) = 32.09%
R=30.54%
G=37.36%
B=32.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972412070.1800.140.05133.6461.1185.88
HexC5F1CF120E5863d56
Octal30536131722016520675126
Binary1100010111110001110011111001001110101100001101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F1CF; }

 p { color: rgb(197,241,207); }

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

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

 a { background-color: rgb(197,241,207); }

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

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

 span { border-color: rgb(197,241,207); }

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