#DDF24A

Color #DDF24A Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #DDF24A

Tints of Starship #DDF24A

Color information

#DDF24A (or 0xDDF24A) is unknown color: approx Starship. HEX triplet: DD, F2 and 4A. RGB value is (221,242,74). Sum of RGB (Red+Green+Blue) = 221+242+74=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 74 (29.30% from 255 or 13.78% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF24A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF24A is #220DB5. Grayscale: #D9D9D9. Windows color (decimal): -2231734 or 4911837. OLE color: 4911837.

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

Color convert

RGB22124274-
CMYK0.0900.690.05
HSL67.5º86.6%61.96%-
HSV(B)67.5º69.42%94.9%-
XYZ62.8179.3718.49-
YUV216.5747.54131.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 242 (94.92% from 255) = 45.07%
BLUE value IS 74 (29.30% from 255) = 13.78%
R=41.15%
G=45.07%
B=13.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal221242740.0900.690.0567.586.661.96
HexDDF24A9045544573e
Octal335362112110105510412776
Binary1101110111110010100101010010100010110110001001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF24A; }

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

 H1.HeaderClassName
 {
   color: #DDF24A;
 }
 .AnyTagClassName
 {
   color: #DDF24A;
 }
</style>
background-color css

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

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

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

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

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

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