Html Css Color HEX #DDF048 Starship

📋 copy color: '#DDF048'

red 221 ◦ green 240 ◦ blue 72

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

Shades of Starship #DDF048

Tints of Starship #DDF048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.51%

R = 41.46%
G = 45.03%
B = 13.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#DDF048 (or 0xDDF048) is known color: Starship. HEX triplet: DD, F0 and 48. RGB value is (221,240,72). Sum of RGB (Red+Green+Blue) = 221+240+72=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 72 (28.52% from 255 or 13.51% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF048 is #220FB7. Grayscale: #D7D7D7. Windows color (decimal): -2232248 or 4780253. OLE color: 4780253.

HSL color Cylindrical-coordinate representation of color #DDF048: hue angle of 66.79º 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 #DDF048 is Cyan = 0.08, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 72 -
CMYK 0.08 0 0.7 0.06
HSL 66.79º 0.85% 0.61% -
HSV(B) 66.79º 0.7% 0.94% -
XYZ 62.15 78.16 17.94 -
YUV 215.17 47.21 132.16 -
System Red Green Blue C M Y K H S L
Decimal 221 240 72 0.08 0 0.7 0.06 66.79 0.85 0.61
Hex DD F0 48 8 0 46 6 43 55 3D
Octal 335 360 110 10 0 106 6 103 125 75
Binary 11011101 11110000 1001000 1000 0 1000110 110 1000011 1010101 111101

Color Harmonies of #DDF048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF048

Black with #DDF048

Text Example


Text Example

White with #DDF048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF048; }

 p { color: rgb(221,240,72); }

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

background-color css

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

 a { background-color: rgb(221,240,72); }

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

border-color css

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

 span { border-color: rgb(221,240,72); }

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