Html Css Color HEX #DEE231 Starship

📋 copy color: '#DEE231'

red 222 ◦ green 226 ◦ blue 49

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

Shades of Starship #DEE231

Tints of Starship #DEE231

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.47%

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

R = 44.67%
G = 45.47%
B = 9.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#DEE231 (or 0xDEE231) is known color: Starship. HEX triplet: DE, E2 and 31. RGB value is (222,226,49). Sum of RGB (Red+Green+Blue) = 222+226+49=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE231 is #211DCE. Grayscale: #CDCDCD. Windows color (decimal): -2170319 or 3269342. OLE color: 3269342.

HSL color Cylindrical-coordinate representation of color #DEE231: hue angle of 61.36º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEE231 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 226 49 -
CMYK 0.02 0 0.78 0.11
HSL 61.36º 0.75% 0.54% -
HSV(B) 61.36º 0.78% 0.89% -
XYZ 57.87 70.14 13.39 -
YUV 204.63 40.17 140.39 -
System Red Green Blue C M Y K H S L
Decimal 222 226 49 0.02 0 0.78 0.11 61.36 0.75 0.54
Hex DE E2 31 2 0 4E B 3D 4B 36
Octal 336 342 61 2 0 116 13 75 113 66
Binary 11011110 11100010 110001 10 0 1001110 1011 111101 1001011 110110

Color Harmonies of #DEE231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE231

Black with #DEE231

Text Example


Text Example

White with #DEE231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE231; }

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

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

background-color css

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

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

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

border-color css

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

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

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