Html Css Color HEX #DBF055 Honeysuckle

📋 copy color: '#DBF055'

red 219 ◦ green 240 ◦ blue 85

#DBF055
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honeysuckle #DBF055

Tints of Honeysuckle #DBF055

RGB

 RED value IS 219 (85.94% from 255) = 40.26%

 GREEN value IS 240 (94.14% from 255) = 44.12%

 BLUE value IS 85 (33.59% from 255) = 15.63%

R = 40.26%
G = 44.12%
B = 15.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#DBF055 (or 0xDBF055) is known color: Honeysuckle. HEX triplet: DB, F0 and 55. RGB value is (219,240,85). Sum of RGB (Red+Green+Blue) = 219+240+85=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 85 (33.59% from 255 or 15.62% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF055 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF055 is #240FAA. Grayscale: #D8D8D8. Windows color (decimal): -2363307 or 5632219. OLE color: 5632219.

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

Color convert

RGB 219 240 85 -
CMYK 0.09 0 0.65 0.06
HSL 68.13º 0.84% 0.64% -
HSV(B) 68.13º 0.65% 0.94% -
XYZ 62.01 78.04 20.39 -
YUV 216.05 54.04 130.1 -
System Red Green Blue C M Y K H S L
Decimal 219 240 85 0.09 0 0.65 0.06 68.13 0.84 0.64
Hex DB F0 55 9 0 41 6 44 54 40
Octal 333 360 125 11 0 101 6 104 124 100
Binary 11011011 11110000 1010101 1001 0 1000001 110 1000100 1010100 1000000

Color Harmonies of #DBF055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF055

Black with #DBF055

Text Example


Text Example

White with #DBF055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF055; }

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

 H1.HeaderClassName
 {
   color: #DBF055;
 }
 .AnyTagClassName
 {
   color: #DBF055;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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