#D8E448

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

Shades of Starship #D8E448

Tints of Starship #D8E448

Color information

#D8E448 (or 0xD8E448) is unknown color: approx Starship. HEX triplet: D8, E4 and 48. RGB value is (216,228,72). Sum of RGB (Red+Green+Blue) = 216+228+72=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 72 (28.52% from 255 or 13.95% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #D8E448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8E448 is #271BB7. Grayscale: #CFCFCF. Windows color (decimal): -2563000 or 4777176. OLE color: 4777176.

HSL color Cylindrical-coordinate representation of color #D8E448: hue angle of 64.62º 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 #D8E448 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB21622872-
CMYK0.0500.680.11
HSL64.62º74.29%58.82%-
HSV(B)64.62º68.42%89.41%-
XYZ57.2370.5516.73-
YUV206.6352.02134.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.86%
GREEN value IS 228 (89.45% from 255) = 44.19%
BLUE value IS 72 (28.52% from 255) = 13.95%
R=41.86%
G=44.19%
B=13.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal216228720.0500.680.1164.6274.2958.82
HexD8E4485044B414a3b
Octal330344110501041310111273
Binary1101100011100100100100010101000100101110000011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E448; }

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

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

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

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

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

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

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

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