#DEFD8D

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

Shades of Reef #DEFD8D

Tints of Reef #DEFD8D

Color information

#DEFD8D (or 0xDEFD8D) is unknown color: approx Reef. HEX triplet: DE, FD and 8D. RGB value is (222,253,141). Sum of RGB (Red+Green+Blue) = 222+253+141=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 141 (55.47% from 255 or 22.89% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFD8D is #210272. Grayscale: #E7E7E7. Windows color (decimal): -2163315 or 9305566. OLE color: 9305566.

HSL color Cylindrical-coordinate representation of color #DEFD8D: hue angle of 76.61º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEFD8D is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB222253141-
CMYK0.1200.440.01
HSL76.61º96.55%77.25%-
HSV(B)76.61º44.27%99.22%-
XYZ70.0687.738.44-
YUV230.9677.23121.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.04%
GREEN value IS 253 (99.22% from 255) = 41.07%
BLUE value IS 141 (55.47% from 255) = 22.89%
R=36.04%
G=41.07%
B=22.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222531410.1200.440.0176.6196.5577.25
HexDEFD8DC02C14d614d
Octal336375215140541115141115
Binary110111101111110110001101110001011001100110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFD8D; }

 p { color: rgb(222,253,141); }

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

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

 a { background-color: rgb(222,253,141); }

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

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

 span { border-color: rgb(222,253,141); }

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