#DEEF49

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

Shades of Starship #DEEF49

Tints of Starship #DEEF49

Color information

#DEEF49 (or 0xDEEF49) is unknown color: approx Starship. HEX triplet: DE, EF and 49. RGB value is (222,239,73). Sum of RGB (Red+Green+Blue) = 222+239+73=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 73 (28.91% from 255 or 13.67% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEF49 is #2110B6. Grayscale: #D7D7D7. Windows color (decimal): -2166967 or 4845534. OLE color: 4845534.

HSL color Cylindrical-coordinate representation of color #DEEF49: hue angle of 66.14º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEEF49 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB22223973-
CMYK0.0700.690.06
HSL66.14º83.84%61.18%-
HSV(B)66.14º69.46%93.73%-
XYZ62.1977.7418.03-
YUV214.9947.87133-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.57%
GREEN value IS 239 (93.75% from 255) = 44.76%
BLUE value IS 73 (28.91% from 255) = 13.67%
R=41.57%
G=44.76%
B=13.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal222239730.0700.690.0666.1483.8461.18
HexDEEF497045642543d
Octal33635711170105610212475
Binary110111101110111110010011110100010111010000101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEF49; }

 p { color: rgb(222,239,73); }

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

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

 a { background-color: rgb(222,239,73); }

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

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

 span { border-color: rgb(222,239,73); }

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