Html Css Color HEX #CAFFCE Granny Apple

📋 copy color: '#CAFFCE'

red 202 ◦ green 255 ◦ blue 206

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

Shades of Granny Apple #CAFFCE

Tints of Granny Apple #CAFFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 38.46%

 BLUE value IS 206 (80.86% from 255) = 31.07%

R = 30.47%
G = 38.46%
B = 31.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#CAFFCE (or 0xCAFFCE) is known color: Granny Apple. HEX triplet: CA, FF and CE. RGB value is (202,255,206). Sum of RGB (Red+Green+Blue) = 202+255+206=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFCE is #350031. Grayscale: #E9E9E9. Windows color (decimal): -3473458 or 13565898. OLE color: 13565898.

HSL color Cylindrical-coordinate representation of color #CAFFCE: hue angle of 124.53º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFFCE is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 202 255 206 -
CMYK 0.21 0 0.19 0
HSL 124.53º 1% 0.9% -
HSV(B) 124.53º 0.21% 1% -
XYZ 71.26 88.53 71.73 -
YUV 233.57 112.44 105.48 -
System Red Green Blue C M Y K H S L
Decimal 202 255 206 0.21 0 0.19 0 124.53 1 0.9
Hex CA FF CE 15 0 13 0 7D 64 5A
Octal 312 377 316 25 0 23 0 175 144 132
Binary 11001010 11111111 11001110 10101 0 10011 0 1111101 1100100 1011010

Color Harmonies of #CAFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFFCE

Black with #CAFFCE

Text Example


Text Example

White with #CAFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFFCE; }

 p { color: rgb(202,255,206); }

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

background-color css

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

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

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

border-color css

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

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

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