#DDF395

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

Shades of Reef #DDF395

Tints of Reef #DDF395

Color information

#DDF395 (or 0xDDF395) is unknown color: approx Reef. HEX triplet: DD, F3 and 95. RGB value is (221,243,149). Sum of RGB (Red+Green+Blue) = 221+243+149=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 243 (95.31% from 255 or 39.64% from 613); Blue value is 149 (58.59% from 255 or 24.31% from 613); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF395 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF395 is #220C6A. Grayscale: #E2E2E2. Windows color (decimal): -2231403 or 9827293. OLE color: 9827293.

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

Color convert

RGB221243149-
CMYK0.0900.390.05
HSL74.04º79.66%76.86%-
HSV(B)74.04º38.68%95.29%-
XYZ67.2981.6440.65-
YUV225.7184.71124.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 243 (95.31% from 255) = 39.64%
BLUE value IS 149 (58.59% from 255) = 24.31%
R=36.05%
G=39.64%
B=24.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212431490.0900.390.0574.0479.6676.86
HexDDF395902754a504d
Octal335363225110475112120115
Binary11011101111100111001010110010100111101100101010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF395; }

 p { color: rgb(221,243,149); }

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

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

 a { background-color: rgb(221,243,149); }

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

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

 span { border-color: rgb(221,243,149); }

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