Html Css Color HEX #DBF350 Honeysuckle

📋 copy color: '#DBF350'

red 219 ◦ green 243 ◦ blue 80

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

Shades of Honeysuckle #DBF350

Tints of Honeysuckle #DBF350

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.83%

 BLUE value IS 80 (31.64% from 255) = 14.76%

R = 40.41%
G = 44.83%
B = 14.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#DBF350 (or 0xDBF350) is known color: Honeysuckle. HEX triplet: DB, F3 and 50. RGB value is (219,243,80). Sum of RGB (Red+Green+Blue) = 219+243+80=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 80 (31.64% from 255 or 14.76% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF350 is #240CAF. Grayscale: #D9D9D9. Windows color (decimal): -2362544 or 5305307. OLE color: 5305307.

HSL color Cylindrical-coordinate representation of color #DBF350: hue angle of 68.83º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBF350 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 243 80 -
CMYK 0.10 0 0.67 0.05
HSL 68.83º 0.87% 0.63% -
HSV(B) 68.83º 0.67% 0.95% -
XYZ 62.71 79.74 19.68 -
YUV 217.24 50.55 129.25 -
System Red Green Blue C M Y K H S L
Decimal 219 243 80 0.10 0 0.67 0.05 68.83 0.87 0.63
Hex DB F3 50 A 0 43 5 45 57 3F
Octal 333 363 120 12 0 103 5 105 127 77
Binary 11011011 11110011 1010000 1010 0 1000011 101 1000101 1010111 111111

Color Harmonies of #DBF350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF350

Black with #DBF350

Text Example


Text Example

White with #DBF350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF350; }

 p { color: rgb(219,243,80); }

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

background-color css

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

 a { background-color: rgb(219,243,80); }

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

border-color css

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

 span { border-color: rgb(219,243,80); }

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