#C5F1CC

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

Shades of Granny Apple #C5F1CC

Tints of Granny Apple #C5F1CC

Color information

#C5F1CC (or 0xC5F1CC) is unknown color: approx Granny Apple. HEX triplet: C5, F1 and CC. RGB value is (197,241,204). Sum of RGB (Red+Green+Blue) = 197+241+204=642 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.69% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F1CC is #3A0E33. Grayscale: #DFDFDF. Windows color (decimal): -3804724 or 13431237. OLE color: 13431237.

HSL color Cylindrical-coordinate representation of color #C5F1CC: hue angle of 129.55º 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 #C5F1CC is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB197241204-
CMYK0.1800.150.05
HSL129.55º61.11%85.88%-
HSV(B)129.55º18.26%94.51%-
XYZ65.3879.1468.96-
YUV223.63116.92109.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.69%
GREEN value IS 241 (94.53% from 255) = 37.54%
BLUE value IS 204 (80.08% from 255) = 31.78%
R=30.69%
G=37.54%
B=31.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972412040.1800.150.05129.5561.1185.88
HexC5F1CC120F5823d56
Octal30536131422017520275126
Binary1100010111110001110011001001001111101100000101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F1CC; }

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

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

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

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

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

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

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

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