Html Css Color HEX #DEE146 Starship

📋 copy color: '#DEE146'

red 222 ◦ green 225 ◦ blue 70

#DEE146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #DEE146

Tints of Starship #DEE146

RGB

 RED value IS 222 (87.11% from 255) = 42.94%

 GREEN value IS 225 (88.28% from 255) = 43.52%

 BLUE value IS 70 (27.73% from 255) = 13.54%

R = 42.94%
G = 43.52%
B = 13.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#DEE146 (or 0xDEE146) is known color: Starship. HEX triplet: DE, E1 and 46. RGB value is (222,225,70). Sum of RGB (Red+Green+Blue) = 222+225+70=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 70 (27.73% from 255 or 13.54% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE146 is #211EB9. Grayscale: #CFCFCF. Windows color (decimal): -2170554 or 4645342. OLE color: 4645342.

HSL color Cylindrical-coordinate representation of color #DEE146: hue angle of 61.16º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEE146 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 225 70 -
CMYK 0.01 0 0.69 0.12
HSL 61.16º 0.72% 0.58% -
HSV(B) 61.16º 0.69% 0.88% -
XYZ 58.15 69.82 16.21 -
YUV 206.43 51.01 139.1 -
System Red Green Blue C M Y K H S L
Decimal 222 225 70 0.01 0 0.69 0.12 61.16 0.72 0.58
Hex DE E1 46 1 0 45 C 3D 48 3A
Octal 336 341 106 1 0 105 14 75 110 72
Binary 11011110 11100001 1000110 1 0 1000101 1100 111101 1001000 111010

Color Harmonies of #DEE146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE146

Black with #DEE146

Text Example


Text Example

White with #DEE146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE146; }

 p { color: rgb(222,225,70); }

 H1.HeaderClassName
 {
   color: #DEE146;
 }
 .AnyTagClassName
 {
   color: #DEE146;
 }
</style>

background-color css

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

 a { background-color: rgb(222,225,70); }

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

border-color css

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

 span { border-color: rgb(222,225,70); }

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