#DBFF4B

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

Shades of Honeysuckle #DBFF4B

Tints of Honeysuckle #DBFF4B

Color information

#DBFF4B (or 0xDBFF4B) is unknown color: approx Honeysuckle. HEX triplet: DB, FF and 4B. RGB value is (219,255,75). Sum of RGB (Red+Green+Blue) = 219+255+75=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 75 (29.69% from 255 or 13.66% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF4B is #2400B4. Grayscale: #E0E0E0. Windows color (decimal): -2359477 or 4980699. OLE color: 4980699.

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

Color convert

RGB21925575-
CMYK0.1400.710
HSL72º100%64.71%-
HSV(B)72º70.59%100%-
XYZ66.2487.0919.97-
YUV223.7244.07124.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.89%
GREEN value IS 255 (100% from 255) = 46.45%
BLUE value IS 75 (29.69% from 255) = 13.66%
R=39.89%
G=46.45%
B=13.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal219255750.1400.7107210064.71
HexDBFF4BE0470486441
Octal3333771131601070110144101
Binary110110111111111110010111110010001110100100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFF4B; }

 p { color: rgb(219,255,75); }

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

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

 a { background-color: rgb(219,255,75); }

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

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

 span { border-color: rgb(219,255,75); }

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