#DEF19E

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

Shades of Reef #DEF19E

Tints of Reef #DEF19E

Color information

#DEF19E (or 0xDEF19E) is unknown color: approx Reef. HEX triplet: DE, F1 and 9E. RGB value is (222,241,158). Sum of RGB (Red+Green+Blue) = 222+241+158=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF19E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF19E is #210E61. Grayscale: #E2E2E2. Windows color (decimal): -2166370 or 10416606. OLE color: 10416606.

HSL color Cylindrical-coordinate representation of color #DEF19E: hue angle of 73.73º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEF19E is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB222241158-
CMYK0.0800.340.05
HSL73.73º74.77%78.24%-
HSV(B)73.73º34.44%94.51%-
XYZ67.7580.9144.39-
YUV225.8689.71125.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 241 (94.53% from 255) = 38.81%
BLUE value IS 158 (62.11% from 255) = 25.44%
R=35.75%
G=38.81%
B=25.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222411580.0800.340.0573.7374.7778.24
HexDEF19E802254a4b4e
Octal336361236100425112113116
Binary11011110111100011001111010000100010101100101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF19E; }

 p { color: rgb(222,241,158); }

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

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

 a { background-color: rgb(222,241,158); }

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

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

 span { border-color: rgb(222,241,158); }

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