Html Css Color HEX #CAFFC4 Snowy Mint

📋 copy color: '#CAFFC4'

red 202 ◦ green 255 ◦ blue 196

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

Shades of Snowy Mint #CAFFC4

Tints of Snowy Mint #CAFFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.02%

R = 30.93%
G = 39.05%
B = 30.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#CAFFC4 (or 0xCAFFC4) is known color: Snowy Mint. HEX triplet: CA, FF and C4. RGB value is (202,255,196). Sum of RGB (Red+Green+Blue) = 202+255+196=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 196 (76.95% from 255 or 30.02% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFC4 is #35003B. Grayscale: #E8E8E8. Windows color (decimal): -3473468 or 12910538. OLE color: 12910538.

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

Color convert

RGB 202 255 196 -
CMYK 0.21 0 0.23 0
HSL 113.9º 1% 0.88% -
HSV(B) 113.9º 0.23% 1% -
XYZ 70.08 88.06 65.53 -
YUV 232.43 107.44 106.3 -
System Red Green Blue C M Y K H S L
Decimal 202 255 196 0.21 0 0.23 0 113.9 1 0.88
Hex CA FF C4 15 0 17 0 72 64 58
Octal 312 377 304 25 0 27 0 162 144 130
Binary 11001010 11111111 11000100 10101 0 10111 0 1110010 1100100 1011000

Color Harmonies of #CAFFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFFC4

Black with #CAFFC4

Text Example


Text Example

White with #CAFFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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