Html Css Color HEX #DEE531 Starship

📋 copy color: '#DEE531'

red 222 ◦ green 229 ◦ blue 49

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

Shades of Starship #DEE531

Tints of Starship #DEE531

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.8%

 BLUE value IS 49 (19.53% from 255) = 9.8%

R = 44.4%
G = 45.8%
B = 9.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#DEE531 (or 0xDEE531) is known color: Starship. HEX triplet: DE, E5 and 31. RGB value is (222,229,49). Sum of RGB (Red+Green+Blue) = 222+229+49=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 49 (19.53% from 255 or 9.8% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE531 is #211ACE. Grayscale: #CFCFCF. Windows color (decimal): -2169551 or 3270110. OLE color: 3270110.

HSL color Cylindrical-coordinate representation of color #DEE531: hue angle of 62.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEE531 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 229 49 -
CMYK 0.03 0 0.79 0.10
HSL 62.33º 0.78% 0.55% -
HSV(B) 62.33º 0.79% 0.9% -
XYZ 58.7 71.79 13.67 -
YUV 206.39 39.18 139.14 -
System Red Green Blue C M Y K H S L
Decimal 222 229 49 0.03 0 0.79 0.10 62.33 0.78 0.55
Hex DE E5 31 3 0 4F A 3E 4E 37
Octal 336 345 61 3 0 117 12 76 116 67
Binary 11011110 11100101 110001 11 0 1001111 1010 111110 1001110 110111

Color Harmonies of #DEE531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE531

Black with #DEE531

Text Example


Text Example

White with #DEE531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE531; }

 p { color: rgb(222,229,49); }

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

background-color css

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

 a { background-color: rgb(222,229,49); }

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

border-color css

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

 span { border-color: rgb(222,229,49); }

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