#CAEFCA

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

Shades of Granny Apple #CAEFCA

Tints of Granny Apple #CAEFCA

Color information

#CAEFCA (or 0xCAEFCA) is unknown color: approx Granny Apple. HEX triplet: CA, EF and CA. RGB value is (202,239,202). Sum of RGB (Red+Green+Blue) = 202+239+202=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFCA is #351035. Grayscale: #DFDFDF. Windows color (decimal): -3477558 or 13299658. OLE color: 13299658.

HSL color Cylindrical-coordinate representation of color #CAEFCA: hue angle of 120º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEFCA is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB202239202-
CMYK0.1500.150.06
HSL120º53.62%86.47%-
HSV(B)120º15.48%93.73%-
XYZ65.8878.5567.57-
YUV223.72115.74112.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.42%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=31.42%
G=37.17%
B=31.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022392020.1500.150.0612053.6286.47
HexCAEFCAF0F6783656
Octal31235731217017617066126
Binary11001010111011111100101011110111111011110001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEFCA; }

 p { color: rgb(202,239,202); }

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

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

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

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

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

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

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