Html Css Color HEX #DEE130 Starship

📋 copy color: '#DEE130'

red 222 ◦ green 225 ◦ blue 48

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

Shades of Starship #DEE130

Tints of Starship #DEE130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.7%

R = 44.85%
G = 45.45%
B = 9.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#DEE130 (or 0xDEE130) is known color: Starship. HEX triplet: DE, E1 and 30. RGB value is (222,225,48). Sum of RGB (Red+Green+Blue) = 222+225+48=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE130 is #211ECF. Grayscale: #CCCCCC. Windows color (decimal): -2170576 or 3203550. OLE color: 3203550.

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

Color convert

RGB 222 225 48 -
CMYK 0.01 0 0.79 0.12
HSL 61.02º 0.75% 0.54% -
HSV(B) 61.02º 0.79% 0.88% -
XYZ 57.58 69.59 13.19 -
YUV 203.93 40.01 140.89 -
System Red Green Blue C M Y K H S L
Decimal 222 225 48 0.01 0 0.79 0.12 61.02 0.75 0.54
Hex DE E1 30 1 0 4F C 3D 4B 36
Octal 336 341 60 1 0 117 14 75 113 66
Binary 11011110 11100001 110000 1 0 1001111 1100 111101 1001011 110110

Color Harmonies of #DEE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE130

Black with #DEE130

Text Example


Text Example

White with #DEE130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE130; }

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

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

background-color css

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

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

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

border-color css

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

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

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