Html Css Color HEX #DEE538 Starship

📋 copy color: '#DEE538'

red 222 ◦ green 229 ◦ blue 56

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

Shades of Starship #DEE538

Tints of Starship #DEE538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.05%

R = 43.79%
G = 45.17%
B = 11.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#DEE538 (or 0xDEE538) is known color: Starship. HEX triplet: DE, E5 and 38. RGB value is (222,229,56). Sum of RGB (Red+Green+Blue) = 222+229+56=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 56 (22.27% from 255 or 11.05% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE538 is #211AC7. Grayscale: #CFCFCF. Windows color (decimal): -2169544 or 3728862. OLE color: 3728862.

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

Color convert

RGB 222 229 56 -
CMYK 0.03 0 0.76 0.10
HSL 62.43º 0.77% 0.56% -
HSV(B) 62.43º 0.76% 0.9% -
XYZ 58.86 71.85 14.51 -
YUV 207.19 42.68 138.57 -
System Red Green Blue C M Y K H S L
Decimal 222 229 56 0.03 0 0.76 0.10 62.43 0.77 0.56
Hex DE E5 38 3 0 4C A 3E 4D 38
Octal 336 345 70 3 0 114 12 76 115 70
Binary 11011110 11100101 111000 11 0 1001100 1010 111110 1001101 111000

Color Harmonies of #DEE538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE538

Black with #DEE538

Text Example


Text Example

White with #DEE538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE538; }

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

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

background-color css

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

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

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

border-color css

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

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

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