#CAFECC

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

Shades of Granny Apple #CAFECC

Tints of Granny Apple #CAFECC

Color information

#CAFECC (or 0xCAFECC) is unknown color: approx Granny Apple. HEX triplet: CA, FE and CC. RGB value is (202,254,204). Sum of RGB (Red+Green+Blue) = 202+254+204=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFECC is #350133. Grayscale: #E8E8E8. Windows color (decimal): -3473716 or 13434570. OLE color: 13434570.

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

Color convert

RGB202254204-
CMYK0.2000.200.00
HSL122.31º96.3%89.41%-
HSV(B)122.31º20.47%99.61%-
XYZ70.787.870.35-
YUV232.75111.77106.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.61%
GREEN value IS 254 (99.61% from 255) = 38.48%
BLUE value IS 204 (80.08% from 255) = 30.91%
R=30.61%
G=38.48%
B=30.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022542040.2000.200.00122.3196.389.41
HexCAFECC1401407a6059
Octal312376314240240172140131
Binary110010101111111011001100101000101000111101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFECC; }

 p { color: rgb(202,254,204); }

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

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

 a { background-color: rgb(202,254,204); }

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

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

 span { border-color: rgb(202,254,204); }

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