Html Css Color HEX #DBF552 Honeysuckle

📋 copy color: '#DBF552'

red 219 ◦ green 245 ◦ blue 82

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

Shades of Honeysuckle #DBF552

Tints of Honeysuckle #DBF552

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.87%

 BLUE value IS 82 (32.42% from 255) = 15.02%

R = 40.11%
G = 44.87%
B = 15.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#DBF552 (or 0xDBF552) is known color: Honeysuckle. HEX triplet: DB, F5 and 52. RGB value is (219,245,82). Sum of RGB (Red+Green+Blue) = 219+245+82=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 245 (96.09% from 255 or 44.87% from 546); Blue value is 82 (32.42% from 255 or 15.02% from 546); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF552 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF552 is #240AAD. Grayscale: #DBDBDB. Windows color (decimal): -2362030 or 5436891. OLE color: 5436891.

HSL color Cylindrical-coordinate representation of color #DBF552: hue angle of 69.57º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBF552 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 245 82 -
CMYK 0.11 0 0.67 0.04
HSL 69.57º 0.89% 0.64% -
HSV(B) 69.57º 0.67% 0.96% -
XYZ 63.39 80.97 20.27 -
YUV 218.64 50.89 128.25 -
System Red Green Blue C M Y K H S L
Decimal 219 245 82 0.11 0 0.67 0.04 69.57 0.89 0.64
Hex DB F5 52 B 0 43 4 46 59 40
Octal 333 365 122 13 0 103 4 106 131 100
Binary 11011011 11110101 1010010 1011 0 1000011 100 1000110 1011001 1000000

Color Harmonies of #DBF552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF552

Black with #DBF552

Text Example


Text Example

White with #DBF552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF552; }

 p { color: rgb(219,245,82); }

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

background-color css

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

 a { background-color: rgb(219,245,82); }

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

border-color css

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

 span { border-color: rgb(219,245,82); }

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