Html Css Color HEX #CAFCDA Granny Apple

📋 copy color: '#CAFCDA'

red 202 ◦ green 252 ◦ blue 218

#CAFCDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #CAFCDA

Tints of Granny Apple #CAFCDA

RGB

 RED value IS 202 (79.3% from 255) = 30.06%

 GREEN value IS 252 (98.83% from 255) = 37.5%

 BLUE value IS 218 (85.55% from 255) = 32.44%

R = 30.06%
G = 37.5%
B = 32.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#CAFCDA (or 0xCAFCDA) is known color: Granny Apple. HEX triplet: CA, FC and DA. RGB value is (202,252,218). Sum of RGB (Red+Green+Blue) = 202+252+218=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCDA is #350325. Grayscale: #E9E9E9. Windows color (decimal): -3474214 or 14351562. OLE color: 14351562.

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

Color convert

RGB 202 252 218 -
CMYK 0.20 0 0.13 0.01
HSL 139.2º 0.89% 0.89% -
HSV(B) 139.2º 0.2% 0.99% -
XYZ 71.82 87.24 79.38 -
YUV 233.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 202 252 218 0.20 0 0.13 0.01 139.2 0.89 0.89
Hex CA FC DA 14 0 D 1 8B 59 59
Octal 312 374 332 24 0 15 1 213 131 131
Binary 11001010 11111100 11011010 10100 0 1101 1 10001011 1011001 1011001

Color Harmonies of #CAFCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFCDA

Black with #CAFCDA

Text Example


Text Example

White with #CAFCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFCDA; }

 p { color: rgb(202,252,218); }

 H1.HeaderClassName
 {
   color: #CAFCDA;
 }
 .AnyTagClassName
 {
   color: #CAFCDA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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