#DDF68E

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

Shades of Reef #DDF68E

Tints of Reef #DDF68E

Color information

#DDF68E (or 0xDDF68E) is unknown color: approx Reef. HEX triplet: DD, F6 and 8E. RGB value is (221,246,142). Sum of RGB (Red+Green+Blue) = 221+246+142=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 142 (55.86% from 255 or 23.32% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF68E is #220971. Grayscale: #E3E3E3. Windows color (decimal): -2230642 or 9369309. OLE color: 9369309.

HSL color Cylindrical-coordinate representation of color #DDF68E: hue angle of 74.42º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDF68E is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB221246142-
CMYK0.1000.420.04
HSL74.42º85.25%76.08%-
HSV(B)74.42º42.28%96.47%-
XYZ67.6683.2438.09-
YUV226.6780.22123.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 246 (96.48% from 255) = 40.39%
BLUE value IS 142 (55.86% from 255) = 23.32%
R=36.29%
G=40.39%
B=23.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212461420.1000.420.0474.4285.2576.08
HexDDF68EA02A44a554c
Octal335366216120524112125114
Binary11011101111101101000111010100101010100100101010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF68E; }

 p { color: rgb(221,246,142); }

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

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

 a { background-color: rgb(221,246,142); }

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

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

 span { border-color: rgb(221,246,142); }

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