Html Css Color HEX #DDF249 Starship

📋 copy color: '#DDF249'

red 221 ◦ green 242 ◦ blue 73

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

Shades of Starship #DDF249

Tints of Starship #DDF249

RGB

 RED value IS 221 (86.72% from 255) = 41.23%

 GREEN value IS 242 (94.92% from 255) = 45.15%

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

R = 41.23%
G = 45.15%
B = 13.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#DDF249 (or 0xDDF249) is known color: Starship. HEX triplet: DD, F2 and 49. RGB value is (221,242,73). Sum of RGB (Red+Green+Blue) = 221+242+73=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 73 (28.91% from 255 or 13.62% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF249 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF249 is #220DB6. Grayscale: #D9D9D9. Windows color (decimal): -2231735 or 4846301. OLE color: 4846301.

HSL color Cylindrical-coordinate representation of color #DDF249: hue angle of 67.46º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDF249 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 73 -
CMYK 0.09 0 0.70 0.05
HSL 67.46º 0.87% 0.62% -
HSV(B) 67.46º 0.7% 0.95% -
XYZ 62.77 79.36 18.31 -
YUV 216.46 47.04 131.24 -
System Red Green Blue C M Y K H S L
Decimal 221 242 73 0.09 0 0.70 0.05 67.46 0.87 0.62
Hex DD F2 49 9 0 46 5 43 57 3E
Octal 335 362 111 11 0 106 5 103 127 76
Binary 11011101 11110010 1001001 1001 0 1000110 101 1000011 1010111 111110

Color Harmonies of #DDF249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF249

Black with #DDF249

Text Example


Text Example

White with #DDF249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF249; }

 p { color: rgb(221,242,73); }

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

background-color css

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

 a { background-color: rgb(221,242,73); }

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

border-color css

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

 span { border-color: rgb(221,242,73); }

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