Html Css Color HEX #DEE133 Starship

📋 copy color: '#DEE133'

red 222 ◦ green 225 ◦ blue 51

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

Shades of Starship #DEE133

Tints of Starship #DEE133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.24%

R = 44.58%
G = 45.18%
B = 10.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#DEE133 (or 0xDEE133) is known color: Starship. HEX triplet: DE, E1 and 33. RGB value is (222,225,51). Sum of RGB (Red+Green+Blue) = 222+225+51=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 51 (20.31% from 255 or 10.24% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE133 is #211ECC. Grayscale: #CCCCCC. Windows color (decimal): -2170573 or 3400158. OLE color: 3400158.

HSL color Cylindrical-coordinate representation of color #DEE133: 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.77%. Process color model (Four color, CMYK) of #DEE133 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 225 51 -
CMYK 0.01 0 0.77 0.12
HSL 61.03º 0.74% 0.54% -
HSV(B) 61.03º 0.77% 0.88% -
XYZ 57.65 69.62 13.53 -
YUV 204.27 41.51 140.65 -
System Red Green Blue C M Y K H S L
Decimal 222 225 51 0.01 0 0.77 0.12 61.03 0.74 0.54
Hex DE E1 33 1 0 4D C 3D 4A 36
Octal 336 341 63 1 0 115 14 75 112 66
Binary 11011110 11100001 110011 1 0 1001101 1100 111101 1001010 110110

Color Harmonies of #DEE133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE133

Black with #DEE133

Text Example


Text Example

White with #DEE133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE133; }

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

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

background-color css

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

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

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

border-color css

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

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

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