#D7E448

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

Shades of Starship #D7E448

Tints of Starship #D7E448

Color information

#D7E448 (or 0xD7E448) is unknown color: approx Starship. HEX triplet: D7, E4 and 48. RGB value is (215,228,72). Sum of RGB (Red+Green+Blue) = 215+228+72=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 72 (28.52% from 255 or 13.98% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #D7E448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7E448 is #281BB7. Grayscale: #CECECE. Windows color (decimal): -2628536 or 4777175. OLE color: 4777175.

HSL color Cylindrical-coordinate representation of color #D7E448: hue angle of 65º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7E448 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB21522872-
CMYK0.0600.680.11
HSL65º74.29%58.82%-
HSV(B)65º68.42%89.41%-
XYZ56.9470.416.72-
YUV206.3352.19134.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.75%
GREEN value IS 228 (89.45% from 255) = 44.27%
BLUE value IS 72 (28.52% from 255) = 13.98%
R=41.75%
G=44.27%
B=13.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal215228720.0600.680.116574.2958.82
HexD7E4486044B414a3b
Octal327344110601041310111273
Binary1101011111100100100100011001000100101110000011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E448; }

 p { color: rgb(215,228,72); }

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

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

 a { background-color: rgb(215,228,72); }

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

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

 span { border-color: rgb(215,228,72); }

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