#DFFB52

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

Shades of Honeysuckle #DFFB52

Tints of Honeysuckle #DFFB52

Color information

#DFFB52 (or 0xDFFB52) is unknown color: approx Honeysuckle. HEX triplet: DF, FB and 52. RGB value is (223,251,82). Sum of RGB (Red+Green+Blue) = 223+251+82=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 82 (32.42% from 255 or 14.75% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFB52 is #2004AD. Grayscale: #E0E0E0. Windows color (decimal): -2098350 or 5438431. OLE color: 5438431.

HSL color Cylindrical-coordinate representation of color #DFFB52: hue angle of 69.94º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFFB52 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB22325182-
CMYK0.1100.670.02
HSL69.94º95.48%65.29%-
HSV(B)69.94º67.33%98.43%-
XYZ66.4585.2920.94-
YUV223.3648.22127.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.11%
GREEN value IS 251 (98.44% from 255) = 45.14%
BLUE value IS 82 (32.42% from 255) = 14.75%
R=40.11%
G=45.14%
B=14.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal223251820.1100.670.0269.9495.4865.29
HexDFFB52B0432465f41
Octal3373731221301032106137101
Binary1101111111111011101001010110100001110100011010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFB52; }

 p { color: rgb(223,251,82); }

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

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

 a { background-color: rgb(223,251,82); }

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

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

 span { border-color: rgb(223,251,82); }

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