#DDEE45

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

Shades of Starship #DDEE45

Tints of Starship #DDEE45

Color information

#DDEE45 (or 0xDDEE45) is unknown color: approx Starship. HEX triplet: DD, EE and 45. RGB value is (221,238,69). Sum of RGB (Red+Green+Blue) = 221+238+69=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 69 (27.34% from 255 or 13.07% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE45 is #2211BA. Grayscale: #D6D6D6. Windows color (decimal): -2232763 or 4583133. OLE color: 4583133.

HSL color Cylindrical-coordinate representation of color #DDEE45: hue angle of 66.04º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDEE45 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB22123869-
CMYK0.0700.710.07
HSL66.04º83.25%60.2%-
HSV(B)66.04º71.01%93.33%-
XYZ61.4776.9517.24-
YUV213.6546.37133.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 238 (93.36% from 255) = 45.08%
BLUE value IS 69 (27.34% from 255) = 13.07%
R=41.86%
G=45.08%
B=13.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221238690.0700.710.0766.0483.2560.2
HexDDEE457047742533c
Octal33535610570107710212374
Binary110111011110111010001011110100011111110000101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEE45; }

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

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

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

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

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

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

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

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