#dbf155

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

Shades of Honeysuckle #DBF155

Tints of Honeysuckle #DBF155

Color information

#DBF155 (or 0xDBF155) is unknown color: approx Honeysuckle. HEX triplet: DB, F1 and 55. RGB value is (219,241,85). Sum of RGB (Red+Green+Blue) = 219+241+85=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 85 (33.59% from 255 or 15.60% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF155 is #240EAA. Grayscale: #D9D9D9. Windows color (decimal): -2363051 or 5632475. OLE color: 5632475.

HSL color Cylindrical-coordinate representation of color #DBF155: hue angle of 68.46º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBF155 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB21924185-
CMYK0.0900.650.05
HSL68.46º84.78%63.92%-
HSV(B)68.46º64.73%94.51%-
XYZ62.3178.6320.49-
YUV216.6453.71129.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 241 (94.53% from 255) = 44.22%
BLUE value IS 85 (33.59% from 255) = 15.60%
R=40.18%
G=44.22%
B=15.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal219241850.0900.650.0568.4684.7863.92
HexDBF15590415445540
Octal3333611251101015104125100
Binary11011011111100011010101100101000001101100010010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbf155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbf155; }

 p { color: rgb(219,241,85); }

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

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

 a { background-color: rgb(219,241,85); }

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

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

 span { border-color: rgb(219,241,85); }

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