Html Css Color HEX #DBF950 Honeysuckle

📋 copy color: '#DBF950'

red 219 ◦ green 249 ◦ blue 80

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

Shades of Honeysuckle #DBF950

Tints of Honeysuckle #DBF950

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.44%

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

R = 39.96%
G = 45.44%
B = 14.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#DBF950 (or 0xDBF950) is known color: Honeysuckle. HEX triplet: DB, F9 and 50. RGB value is (219,249,80). Sum of RGB (Red+Green+Blue) = 219+249+80=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 80 (31.64% from 255 or 14.60% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF950 is #2406AF. Grayscale: #DDDDDD. Windows color (decimal): -2361008 or 5306843. OLE color: 5306843.

HSL color Cylindrical-coordinate representation of color #DBF950: hue angle of 70.65º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBF950 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 80 -
CMYK 0.12 0 0.68 0.02
HSL 70.65º 0.93% 0.65% -
HSV(B) 70.65º 0.68% 0.98% -
XYZ 64.54 83.39 20.28 -
YUV 220.76 48.56 126.74 -
System Red Green Blue C M Y K H S L
Decimal 219 249 80 0.12 0 0.68 0.02 70.65 0.93 0.65
Hex DB F9 50 C 0 44 2 47 5D 41
Octal 333 371 120 14 0 104 2 107 135 101
Binary 11011011 11111001 1010000 1100 0 1000100 10 1000111 1011101 1000001

Color Harmonies of #DBF950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF950

Black with #DBF950

Text Example


Text Example

White with #DBF950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF950; }

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

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

background-color css

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

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

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

border-color css

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

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

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