Html Css Color HEX #CAFACF Granny Apple

📋 copy color: '#CAFACF'

red 202 ◦ green 250 ◦ blue 207

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

Shades of Granny Apple #CAFACF

Tints of Granny Apple #CAFACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.41%

R = 30.65%
G = 37.94%
B = 31.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#CAFACF (or 0xCAFACF) is known color: Granny Apple. HEX triplet: CA, FA and CF. RGB value is (202,250,207). Sum of RGB (Red+Green+Blue) = 202+250+207=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFACF is #350530. Grayscale: #E6E6E6. Windows color (decimal): -3474737 or 13630154. OLE color: 13630154.

HSL color Cylindrical-coordinate representation of color #CAFACF: hue angle of 126.25º 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 #CAFACF is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 250 207 -
CMYK 0.19 0 0.17 0.02
HSL 126.25º 0.83% 0.89% -
HSV(B) 126.25º 0.19% 0.98% -
XYZ 69.81 85.43 71.84 -
YUV 230.75 114.6 107.5 -
System Red Green Blue C M Y K H S L
Decimal 202 250 207 0.19 0 0.17 0.02 126.25 0.83 0.89
Hex CA FA CF 13 0 11 2 7E 53 59
Octal 312 372 317 23 0 21 2 176 123 131
Binary 11001010 11111010 11001111 10011 0 10001 10 1111110 1010011 1011001

Color Harmonies of #CAFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFACF

Black with #CAFACF

Text Example


Text Example

White with #CAFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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