#DEF29B

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

Shades of Reef #DEF29B

Tints of Reef #DEF29B

Color information

#DEF29B (or 0xDEF29B) is unknown color: approx Reef. HEX triplet: DE, F2 and 9B. RGB value is (222,242,155). Sum of RGB (Red+Green+Blue) = 222+242+155=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 155 (60.94% from 255 or 25.04% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF29B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF29B is #210D64. Grayscale: #E2E2E2. Windows color (decimal): -2166117 or 10220254. OLE color: 10220254.

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

Color convert

RGB222242155-
CMYK0.0800.360.05
HSL73.79º76.99%77.84%-
HSV(B)73.79º35.95%94.9%-
XYZ67.7981.443.15-
YUV226.187.87125.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 242 (94.92% from 255) = 39.10%
BLUE value IS 155 (60.94% from 255) = 25.04%
R=35.86%
G=39.10%
B=25.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222421550.0800.360.0573.7976.9977.84
HexDEF29B802454a4d4e
Octal336362233100445112115116
Binary11011110111100101001101110000100100101100101010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF29B; }

 p { color: rgb(222,242,155); }

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

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

 a { background-color: rgb(222,242,155); }

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

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

 span { border-color: rgb(222,242,155); }

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