#DDF245

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

Shades of Starship #DDF245

Tints of Starship #DDF245

Color information

#DDF245 (or 0xDDF245) is unknown color: approx Starship. HEX triplet: DD, F2 and 45. RGB value is (221,242,69). Sum of RGB (Red+Green+Blue) = 221+242+69=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 69 (27.34% from 255 or 12.97% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF245 is #220DBA. Grayscale: #D8D8D8. Windows color (decimal): -2231739 or 4584157. OLE color: 4584157.

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

Color convert

RGB22124269-
CMYK0.0900.710.05
HSL67.28º86.93%60.98%-
HSV(B)67.28º71.49%94.9%-
XYZ62.6579.3117.64-
YUV21645.04131.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 242 (94.92% from 255) = 45.49%
BLUE value IS 69 (27.34% from 255) = 12.97%
R=41.54%
G=45.49%
B=12.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal221242690.0900.710.0567.2886.9360.98
HexDDF2459047543573d
Octal335362105110107510312775
Binary1101110111110010100010110010100011110110000111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF245; }

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

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

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

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

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

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

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

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