#DDFB92

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

Shades of Reef #DDFB92

Tints of Reef #DDFB92

Color information

#DDFB92 (or 0xDDFB92) is unknown color: approx Reef. HEX triplet: DD, FB and 92. RGB value is (221,251,146). Sum of RGB (Red+Green+Blue) = 221+251+146=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 146 (57.42% from 255 or 23.62% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFB92 is #22046D. Grayscale: #E6E6E6. Windows color (decimal): -2229358 or 9632733. OLE color: 9632733.

HSL color Cylindrical-coordinate representation of color #DDFB92: hue angle of 77.14º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDFB92 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB221251146-
CMYK0.1200.420.02
HSL77.14º92.92%77.84%-
HSV(B)77.14º41.83%98.43%-
XYZ69.586.4440.22-
YUV230.0680.56121.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 251 (98.44% from 255) = 40.61%
BLUE value IS 146 (57.42% from 255) = 23.62%
R=35.76%
G=40.61%
B=23.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212511460.1200.420.0277.1492.9277.84
HexDDFB92C02A24d5d4e
Octal335373222140522115135116
Binary1101110111111011100100101100010101010100110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFB92; }

 p { color: rgb(221,251,146); }

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

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

 a { background-color: rgb(221,251,146); }

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

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

 span { border-color: rgb(221,251,146); }

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