#D9E141

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

Shades of Starship #D9E141

Tints of Starship #D9E141

Color information

#D9E141 (or 0xD9E141) is unknown color: approx Starship. HEX triplet: D9, E1 and 41. RGB value is (217,225,65). Sum of RGB (Red+Green+Blue) = 217+225+65=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 65 (25.78% from 255 or 12.82% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E141 is #261EBE. Grayscale: #CDCDCD. Windows color (decimal): -2498239 or 4317657. OLE color: 4317657.

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

Color convert

RGB21722565-
CMYK0.0400.710.12
HSL63º72.73%56.86%-
HSV(B)63º71.11%88.24%-
XYZ56.4968.9815.34-
YUV204.3749.35137.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.80%
GREEN value IS 225 (88.28% from 255) = 44.38%
BLUE value IS 65 (25.78% from 255) = 12.82%
R=42.80%
G=44.38%
B=12.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal217225650.0400.710.126372.7356.86
HexD9E1414047C3f4939
Octal33134110140107147711171
Binary110110011110000110000011000100011111001111111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E141; }

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

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

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

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

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

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

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

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