#DDF195

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

Shades of Reef #DDF195

Tints of Reef #DDF195

Color information

#DDF195 (or 0xDDF195) is unknown color: approx Reef. HEX triplet: DD, F1 and 95. RGB value is (221,241,149). Sum of RGB (Red+Green+Blue) = 221+241+149=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 149 (58.59% from 255 or 24.39% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF195 is #220E6A. Grayscale: #E0E0E0. Windows color (decimal): -2231915 or 9826781. OLE color: 9826781.

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

Color convert

RGB221241149-
CMYK0.0800.380.05
HSL73.04º76.67%76.47%-
HSV(B)73.04º38.17%94.51%-
XYZ66.780.4540.45-
YUV224.5385.37125.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 241 (94.53% from 255) = 39.44%
BLUE value IS 149 (58.59% from 255) = 24.39%
R=36.17%
G=39.44%
B=24.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411490.0800.380.0573.0476.6776.47
HexDDF19580265494d4c
Octal335361225100465111115114
Binary11011101111100011001010110000100110101100100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF195; }

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

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

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

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

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

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

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

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