Html Css Color HEX #DBF049 Starship

📋 copy color: '#DBF049'

red 219 ◦ green 240 ◦ blue 73

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

Shades of Starship #DBF049

Tints of Starship #DBF049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.72%

R = 41.17%
G = 45.11%
B = 13.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#DBF049 (or 0xDBF049) is known color: Starship. HEX triplet: DB, F0 and 49. RGB value is (219,240,73). Sum of RGB (Red+Green+Blue) = 219+240+73=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 73 (28.91% from 255 or 13.72% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF049 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF049 is #240FB6. Grayscale: #D7D7D7. Windows color (decimal): -2363319 or 4845787. OLE color: 4845787.

HSL color Cylindrical-coordinate representation of color #DBF049: hue angle of 67.54º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBF049 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 73 -
CMYK 0.09 0 0.70 0.06
HSL 67.54º 0.85% 0.61% -
HSV(B) 67.54º 0.7% 0.94% -
XYZ 61.58 77.86 18.09 -
YUV 214.68 48.04 131.08 -
System Red Green Blue C M Y K H S L
Decimal 219 240 73 0.09 0 0.70 0.06 67.54 0.85 0.61
Hex DB F0 49 9 0 46 6 44 55 3D
Octal 333 360 111 11 0 106 6 104 125 75
Binary 11011011 11110000 1001001 1001 0 1000110 110 1000100 1010101 111101

Color Harmonies of #DBF049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF049

Black with #DBF049

Text Example


Text Example

White with #DBF049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF049; }

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

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

background-color css

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

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

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

border-color css

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

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

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