#DDF58F

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

Shades of Reef #DDF58F

Tints of Reef #DDF58F

Color information

#DDF58F (or 0xDDF58F) is unknown color: approx Reef. HEX triplet: DD, F5 and 8F. RGB value is (221,245,143). Sum of RGB (Red+Green+Blue) = 221+245+143=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 143 (56.25% from 255 or 23.48% from 609); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF58F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF58F is #220A70. Grayscale: #E2E2E2. Windows color (decimal): -2230897 or 9434589. OLE color: 9434589.

HSL color Cylindrical-coordinate representation of color #DDF58F: hue angle of 74.12º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDF58F is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB221245143-
CMYK0.1000.420.04
HSL74.12º83.61%76.08%-
HSV(B)74.12º41.63%96.08%-
XYZ67.4382.6638.39-
YUV226.281.05124.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 245 (96.09% from 255) = 40.23%
BLUE value IS 143 (56.25% from 255) = 23.48%
R=36.29%
G=40.23%
B=23.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212451430.1000.420.0474.1283.6176.08
HexDDF58FA02A44a544c
Octal335365217120524112124114
Binary11011101111101011000111110100101010100100101010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF58F; }

 p { color: rgb(221,245,143); }

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

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

 a { background-color: rgb(221,245,143); }

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

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

 span { border-color: rgb(221,245,143); }

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