#DCEE47

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

Shades of Starship #DCEE47

Tints of Starship #DCEE47

Color information

#DCEE47 (or 0xDCEE47) is unknown color: approx Starship. HEX triplet: DC, EE and 47. RGB value is (220,238,71). Sum of RGB (Red+Green+Blue) = 220+238+71=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 71 (28.12% from 255 or 13.42% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE47 is #2311B8. Grayscale: #D6D6D6. Windows color (decimal): -2298297 or 4714204. OLE color: 4714204.

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

Color convert

RGB22023871-
CMYK0.0800.700.07
HSL66.47º83.08%60.59%-
HSV(B)66.47º70.17%93.33%-
XYZ61.2376.8217.56-
YUV213.5847.54132.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 238 (93.36% from 255) = 44.99%
BLUE value IS 71 (28.12% from 255) = 13.42%
R=41.59%
G=44.99%
B=13.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220238710.0800.700.0766.4783.0860.59
HexDCEE478046742533d
Octal334356107100106710212375
Binary1101110011101110100011110000100011011110000101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEE47; }

 p { color: rgb(220,238,71); }

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

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

 a { background-color: rgb(220,238,71); }

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

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

 span { border-color: rgb(220,238,71); }

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