#DCFF58

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

Shades of Honeysuckle #DCFF58

Tints of Honeysuckle #DCFF58

Color information

#DCFF58 (or 0xDCFF58) is unknown color: approx Honeysuckle. HEX triplet: DC, FF and 58. RGB value is (220,255,88). Sum of RGB (Red+Green+Blue) = 220+255+88=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 88 (34.77% from 255 or 15.63% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF58 is #2300A7. Grayscale: #E2E2E2. Windows color (decimal): -2293928 or 5832668. OLE color: 5832668.

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

Color convert

RGB22025588-
CMYK0.1400.650
HSL72.57º100%67.25%-
HSV(B)72.57º65.49%100%-
XYZ67.0487.4422.58-
YUV225.550.4124.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 255 (100% from 255) = 45.29%
BLUE value IS 88 (34.77% from 255) = 15.63%
R=39.08%
G=45.29%
B=15.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal220255880.1400.65072.5710067.25
HexDCFF58E0410496443
Octal3343771301601010111144103
Binary110111001111111110110001110010000010100100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFF58; }

 p { color: rgb(220,255,88); }

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

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

 a { background-color: rgb(220,255,88); }

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

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

 span { border-color: rgb(220,255,88); }

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