Html Css Color HEX #DEE132 Starship

📋 copy color: '#DEE132'

red 222 ◦ green 225 ◦ blue 50

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

Shades of Starship #DEE132

Tints of Starship #DEE132

RGB

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

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

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

R = 44.67%
G = 45.27%
B = 10.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#DEE132 (or 0xDEE132) is known color: Starship. HEX triplet: DE, E1 and 32. RGB value is (222,225,50). Sum of RGB (Red+Green+Blue) = 222+225+50=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 50 (19.92% from 255 or 10.06% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE132 is #211ECD. Grayscale: #CCCCCC. Windows color (decimal): -2170574 or 3334622. OLE color: 3334622.

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

Color convert

RGB 222 225 50 -
CMYK 0.01 0 0.78 0.12
HSL 61.03º 0.74% 0.54% -
HSV(B) 61.03º 0.78% 0.88% -
XYZ 57.63 69.61 13.42 -
YUV 204.15 41.01 140.73 -
System Red Green Blue C M Y K H S L
Decimal 222 225 50 0.01 0 0.78 0.12 61.03 0.74 0.54
Hex DE E1 32 1 0 4E C 3D 4A 36
Octal 336 341 62 1 0 116 14 75 112 66
Binary 11011110 11100001 110010 1 0 1001110 1100 111101 1001010 110110

Color Harmonies of #DEE132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE132

Black with #DEE132

Text Example


Text Example

White with #DEE132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE132; }

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

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

background-color css

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

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

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

border-color css

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

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

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