#DDF295

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

Shades of Reef #DDF295

Tints of Reef #DDF295

Color information

#DDF295 (or 0xDDF295) is unknown color: approx Reef. HEX triplet: DD, F2 and 95. RGB value is (221,242,149). Sum of RGB (Red+Green+Blue) = 221+242+149=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 149 (58.59% from 255 or 24.35% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF295 is #220D6A. Grayscale: #E1E1E1. Windows color (decimal): -2231659 or 9827037. OLE color: 9827037.

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

Color convert

RGB221242149-
CMYK0.0900.380.05
HSL73.55º78.15%76.67%-
HSV(B)73.55º38.43%94.9%-
XYZ6781.0540.55-
YUV225.1285.04125.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 242 (94.92% from 255) = 39.54%
BLUE value IS 149 (58.59% from 255) = 24.35%
R=36.11%
G=39.54%
B=24.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421490.0900.380.0573.5578.1576.67
HexDDF295902654a4e4d
Octal335362225110465112116115
Binary11011101111100101001010110010100110101100101010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF295; }

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

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

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

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

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

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

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

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