#C8FFCA

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

Shades of Granny Apple #C8FFCA

Tints of Granny Apple #C8FFCA

Color information

#C8FFCA (or 0xC8FFCA) is unknown color: approx Granny Apple. HEX triplet: C8, FF and CA. RGB value is (200,255,202). Sum of RGB (Red+Green+Blue) = 200+255+202=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FFCA is #370035. Grayscale: #E8E8E8. Windows color (decimal): -3604534 or 13303752. OLE color: 13303752.

HSL color Cylindrical-coordinate representation of color #C8FFCA: hue angle of 122.18º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8FFCA is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB200255202-
CMYK0.2200.210
HSL122.18º100%89.22%-
HSV(B)122.18º21.57%100%-
XYZ70.2488.0669.17-
YUV232.51110.78104.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.44%
GREEN value IS 255 (100% from 255) = 38.81%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=30.44%
G=38.81%
B=30.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002552020.2200.210122.1810089.22
HexC8FFCA1601507a6459
Octal310377312260250172144131
Binary110010001111111111001010101100101010111101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FFCA; }

 p { color: rgb(200,255,202); }

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

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

 a { background-color: rgb(200,255,202); }

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

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

 span { border-color: rgb(200,255,202); }

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