#D5FECA

Color #D5FECA Snowy Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snowy Mint #D5FECA

Tints of Snowy Mint #D5FECA

Color information

#D5FECA (or 0xD5FECA) is unknown color: approx Snowy Mint. HEX triplet: D5, FE and CA. RGB value is (213,254,202). Sum of RGB (Red+Green+Blue) = 213+254+202=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FECA is #2A0135. Grayscale: #EBEBEB. Windows color (decimal): -2752822 or 13303509. OLE color: 13303509.

HSL color Cylindrical-coordinate representation of color #D5FECA: hue angle of 107.31º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5FECA is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB213254202-
CMYK0.1600.200.00
HSL107.31º96.3%89.41%-
HSV(B)107.31º20.47%99.61%-
XYZ73.5489.2969.24-
YUV235.81108.92111.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.84%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 202 (79.30% from 255) = 30.19%
R=31.84%
G=37.97%
B=30.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132542020.1600.200.00107.3196.389.41
HexD5FECA1001406b6059
Octal325376312200240153140131
Binary110101011111111011001010100000101000110101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FECA; }

 p { color: rgb(213,254,202); }

 H1.HeaderClassName
 {
   color: #D5FECA;
 }
 .AnyTagClassName
 {
   color: #D5FECA;
 }
</style>
background-color css

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

 a { background-color: rgb(213,254,202); }

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

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

 span { border-color: rgb(213,254,202); }

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