#DEFEA1

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

Shades of Reef #DEFEA1

Tints of Reef #DEFEA1

Color information

#DEFEA1 (or 0xDEFEA1) is unknown color: approx Reef. HEX triplet: DE, FE and A1. RGB value is (222,254,161). Sum of RGB (Red+Green+Blue) = 222+254+161=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 161 (63.28% from 255 or 25.27% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEA1 is #21015E. Grayscale: #EAEAEA. Windows color (decimal): -2163039 or 10616542. OLE color: 10616542.

HSL color Cylindrical-coordinate representation of color #DEFEA1: hue angle of 80.65º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEFEA1 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB222254161-
CMYK0.1300.370.00
HSL80.65º97.89%81.37%-
HSV(B)80.65º36.61%99.61%-
XYZ7288.9947.1-
YUV233.8386.9119.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 254 (99.61% from 255) = 39.87%
BLUE value IS 161 (63.28% from 255) = 25.27%
R=34.85%
G=39.87%
B=25.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541610.1300.370.0080.6597.8981.37
HexDEFEA1D0250516251
Octal336376241150450121142121
Binary110111101111111010100001110101001010101000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEA1; }

 p { color: rgb(222,254,161); }

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

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

 a { background-color: rgb(222,254,161); }

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

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

 span { border-color: rgb(222,254,161); }

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