#DDF197

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

Shades of Reef #DDF197

Tints of Reef #DDF197

Color information

#DDF197 (or 0xDDF197) is unknown color: approx Reef. HEX triplet: DD, F1 and 97. RGB value is (221,241,151). Sum of RGB (Red+Green+Blue) = 221+241+151=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 151 (59.38% from 255 or 24.63% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF197 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF197 is #220E68. Grayscale: #E1E1E1. Windows color (decimal): -2231913 or 9957853. OLE color: 9957853.

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

Color convert

RGB221241151-
CMYK0.0800.370.05
HSL73.33º76.27%76.86%-
HSV(B)73.33º37.34%94.51%-
XYZ66.8680.5241.3-
YUV224.7686.37125.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 241 (94.53% from 255) = 39.31%
BLUE value IS 151 (59.38% from 255) = 24.63%
R=36.05%
G=39.31%
B=24.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411510.0800.370.0573.3376.2776.86
HexDDF19780255494c4d
Octal335361227100455111114115
Binary11011101111100011001011110000100101101100100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF197; }

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

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

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

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

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

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

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

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