Html Css Color HEX #DEE030 Starship

📋 copy color: '#DEE030'

red 222 ◦ green 224 ◦ blue 48

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

Shades of Starship #DEE030

Tints of Starship #DEE030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.34%

 BLUE value IS 48 (19.14% from 255) = 9.72%

R = 44.94%
G = 45.34%
B = 9.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#DEE030 (or 0xDEE030) is known color: Starship. HEX triplet: DE, E0 and 30. RGB value is (222,224,48). Sum of RGB (Red+Green+Blue) = 222+224+48=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 48 (19.14% from 255 or 9.72% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE030 is #211FCF. Grayscale: #CCCCCC. Windows color (decimal): -2170832 or 3203294. OLE color: 3203294.

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

Color convert

RGB 222 224 48 -
CMYK 0.01 0 0.79 0.12
HSL 60.68º 0.74% 0.53% -
HSV(B) 60.68º 0.79% 0.88% -
XYZ 57.31 69.05 13.1 -
YUV 203.34 40.34 141.31 -
System Red Green Blue C M Y K H S L
Decimal 222 224 48 0.01 0 0.79 0.12 60.68 0.74 0.53
Hex DE E0 30 1 0 4F C 3D 4A 35
Octal 336 340 60 1 0 117 14 75 112 65
Binary 11011110 11100000 110000 1 0 1001111 1100 111101 1001010 110101

Color Harmonies of #DEE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE030

Black with #DEE030

Text Example


Text Example

White with #DEE030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE030; }

 p { color: rgb(222,224,48); }

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

background-color css

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

 a { background-color: rgb(222,224,48); }

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

border-color css

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

 span { border-color: rgb(222,224,48); }

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