#DEF19F

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

Shades of Reef #DEF19F

Tints of Reef #DEF19F

Color information

#DEF19F (or 0xDEF19F) is unknown color: approx Reef. HEX triplet: DE, F1 and 9F. RGB value is (222,241,159). Sum of RGB (Red+Green+Blue) = 222+241+159=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 159 (62.5% from 255 or 25.56% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF19F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF19F is #210E60. Grayscale: #E2E2E2. Windows color (decimal): -2166369 or 10482142. OLE color: 10482142.

HSL color Cylindrical-coordinate representation of color #DEF19F: hue angle of 73.9º 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 #DEF19F is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB222241159-
CMYK0.0800.340.05
HSL73.9º74.55%78.43%-
HSV(B)73.9º34.02%94.51%-
XYZ67.8480.9444.85-
YUV225.9790.21125.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.69%
GREEN value IS 241 (94.53% from 255) = 38.75%
BLUE value IS 159 (62.5% from 255) = 25.56%
R=35.69%
G=38.75%
B=25.56%

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
Decimal2222411590.0800.340.0573.974.5578.43
HexDEF19F802254a4b4e
Octal336361237100425112113116
Binary11011110111100011001111110000100010101100101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF19F; }

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

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

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

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

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

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

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

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