#d9e13e

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

Shades of Starship #D9E13E

Tints of Starship #D9E13E

Color information

#D9E13E (or 0xD9E13E) is unknown color: approx Starship. HEX triplet: D9, E1 and 3E. RGB value is (217,225,62). Sum of RGB (Red+Green+Blue) = 217+225+62=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 62 (24.61% from 255 or 12.30% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E13E is #261EC1. Grayscale: #CCCCCC. Windows color (decimal): -2498242 or 4121049. OLE color: 4121049.

HSL color Cylindrical-coordinate representation of color #D9E13E: hue angle of 62.94º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9E13E is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB21722562-
CMYK0.0400.720.12
HSL62.94º73.09%56.27%-
HSV(B)62.94º72.44%88.24%-
XYZ56.4168.9514.89-
YUV204.0347.85137.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.06%
GREEN value IS 225 (88.28% from 255) = 44.64%
BLUE value IS 62 (24.61% from 255) = 12.30%
R=43.06%
G=44.64%
B=12.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal217225620.0400.720.1262.9473.0956.27
HexD9E13E4048C3f4938
Octal3313417640110147711170
Binary11011001111000011111101000100100011001111111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9e13e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9e13e; }

 p { color: rgb(217,225,62); }

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

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

 a { background-color: rgb(217,225,62); }

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

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

 span { border-color: rgb(217,225,62); }

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