#DDF193

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

Shades of Reef #DDF193

Tints of Reef #DDF193

Color information

#DDF193 (or 0xDDF193) is unknown color: approx Reef. HEX triplet: DD, F1 and 93. RGB value is (221,241,147). Sum of RGB (Red+Green+Blue) = 221+241+147=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 147 (57.81% from 255 or 24.14% from 609); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF193 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF193 is #220E6C. Grayscale: #E0E0E0. Windows color (decimal): -2231917 or 9695709. OLE color: 9695709.

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

Color convert

RGB221241147-
CMYK0.0800.390.05
HSL72.77º77.05%76.08%-
HSV(B)72.77º39%94.51%-
XYZ66.5480.3939.61-
YUV224.384.37125.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 241 (94.53% from 255) = 39.57%
BLUE value IS 147 (57.81% from 255) = 24.14%
R=36.29%
G=39.57%
B=24.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411470.0800.390.0572.7777.0576.08
HexDDF19380275494d4c
Octal335361223100475111115114
Binary11011101111100011001001110000100111101100100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF193; }

 p { color: rgb(221,241,147); }

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

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

 a { background-color: rgb(221,241,147); }

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

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

 span { border-color: rgb(221,241,147); }

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