#DEEE3E

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

Shades of Starship #DEEE3E

Tints of Starship #DEEE3E

Color information

#DEEE3E (or 0xDEEE3E) is unknown color: approx Starship. HEX triplet: DE, EE and 3E. RGB value is (222,238,62). Sum of RGB (Red+Green+Blue) = 222+238+62=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 62 (24.61% from 255 or 11.88% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE3E is #2111C1. Grayscale: #D5D5D5. Windows color (decimal): -2167234 or 4124382. OLE color: 4124382.

HSL color Cylindrical-coordinate representation of color #DEEE3E: hue angle of 65.45º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEEE3E is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB22223862-
CMYK0.0700.740.07
HSL65.45º83.81%58.82%-
HSV(B)65.45º73.95%93.33%-
XYZ61.5777.0316.18-
YUV213.1542.7134.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.53%
GREEN value IS 238 (93.36% from 255) = 45.59%
BLUE value IS 62 (24.61% from 255) = 11.88%
R=42.53%
G=45.59%
B=11.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal222238620.0700.740.0765.4583.8158.82
HexDEEE3E704A741543b
Octal3363567670112710112473
Binary11011110111011101111101110100101011110000011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEE3E; }

 p { color: rgb(222,238,62); }

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

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

 a { background-color: rgb(222,238,62); }

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

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

 span { border-color: rgb(222,238,62); }

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