Html Css Color HEX #CAFAD4 Granny Apple

📋 copy color: '#CAFAD4'

red 202 ◦ green 250 ◦ blue 212

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

Shades of Granny Apple #CAFAD4

Tints of Granny Apple #CAFAD4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.65%

 BLUE value IS 212 (83.2% from 255) = 31.93%

R = 30.42%
G = 37.65%
B = 31.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#CAFAD4 (or 0xCAFAD4) is known color: Granny Apple. HEX triplet: CA, FA and D4. RGB value is (202,250,212). Sum of RGB (Red+Green+Blue) = 202+250+212=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 212 (83.20% from 255 or 31.93% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFAD4 is #35052B. Grayscale: #E7E7E7. Windows color (decimal): -3474732 or 13957834. OLE color: 13957834.

HSL color Cylindrical-coordinate representation of color #CAFAD4: hue angle of 132.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAFAD4 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 250 212 -
CMYK 0.19 0 0.15 0.02
HSL 132.5º 0.83% 0.89% -
HSV(B) 132.5º 0.19% 0.98% -
XYZ 70.43 85.68 75.11 -
YUV 231.32 117.1 107.09 -
System Red Green Blue C M Y K H S L
Decimal 202 250 212 0.19 0 0.15 0.02 132.5 0.83 0.89
Hex CA FA D4 13 0 F 2 84 53 59
Octal 312 372 324 23 0 17 2 204 123 131
Binary 11001010 11111010 11010100 10011 0 1111 10 10000100 1010011 1011001

Color Harmonies of #CAFAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFAD4

Black with #CAFAD4

Text Example


Text Example

White with #CAFAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFAD4; }

 p { color: rgb(202,250,212); }

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

background-color css

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

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

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

border-color css

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

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

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