#DDF194

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

Shades of Reef #DDF194

Tints of Reef #DDF194

Color information

#DDF194 (or 0xDDF194) is unknown color: approx Reef. HEX triplet: DD, F1 and 94. RGB value is (221,241,148). Sum of RGB (Red+Green+Blue) = 221+241+148=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 148 (58.20% from 255 or 24.26% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF194 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF194 is #220E6B. Grayscale: #E0E0E0. Windows color (decimal): -2231916 or 9761245. OLE color: 9761245.

HSL color Cylindrical-coordinate representation of color #DDF194: hue angle of 72.9º 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 #DDF194 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB221241148-
CMYK0.0800.390.05
HSL72.9º76.86%76.27%-
HSV(B)72.9º38.59%94.51%-
XYZ66.6280.4240.03-
YUV224.4284.87125.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 241 (94.53% from 255) = 39.51%
BLUE value IS 148 (58.20% from 255) = 24.26%
R=36.23%
G=39.51%
B=24.26%

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
Decimal2212411480.0800.390.0572.976.8676.27
HexDDF19480275494d4c
Octal335361224100475111115114
Binary11011101111100011001010010000100111101100100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF194; }

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

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

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

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

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

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

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

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