Html Css Color HEX #DEE532 Starship

📋 copy color: '#DEE532'

red 222 ◦ green 229 ◦ blue 50

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

Shades of Starship #DEE532

Tints of Starship #DEE532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.98%

R = 44.31%
G = 45.71%
B = 9.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#DEE532 (or 0xDEE532) is known color: Starship. HEX triplet: DE, E5 and 32. RGB value is (222,229,50). Sum of RGB (Red+Green+Blue) = 222+229+50=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 50 (19.92% from 255 or 9.98% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE532 is #211ACD. Grayscale: #CFCFCF. Windows color (decimal): -2169550 or 3335646. OLE color: 3335646.

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

Color convert

RGB 222 229 50 -
CMYK 0.03 0 0.78 0.10
HSL 62.35º 0.77% 0.55% -
HSV(B) 62.35º 0.78% 0.9% -
XYZ 58.72 71.8 13.78 -
YUV 206.5 39.68 139.05 -
System Red Green Blue C M Y K H S L
Decimal 222 229 50 0.03 0 0.78 0.10 62.35 0.77 0.55
Hex DE E5 32 3 0 4E A 3E 4D 37
Octal 336 345 62 3 0 116 12 76 115 67
Binary 11011110 11100101 110010 11 0 1001110 1010 111110 1001101 110111

Color Harmonies of #DEE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE532

Black with #DEE532

Text Example


Text Example

White with #DEE532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE532; }

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

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

background-color css

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

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

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

border-color css

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

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

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