Html Css Color HEX #DEE141 Starship

📋 copy color: '#DEE141'

red 222 ◦ green 225 ◦ blue 65

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

Shades of Starship #DEE141

Tints of Starship #DEE141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.7%

R = 43.36%
G = 43.95%
B = 12.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#DEE141 (or 0xDEE141) is known color: Starship. HEX triplet: DE, E1 and 41. RGB value is (222,225,65). Sum of RGB (Red+Green+Blue) = 222+225+65=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE141 is #211EBE. Grayscale: #CECECE. Windows color (decimal): -2170559 or 4317662. OLE color: 4317662.

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

Color convert

RGB 222 225 65 -
CMYK 0.01 0 0.71 0.12
HSL 61.13º 0.73% 0.57% -
HSV(B) 61.13º 0.71% 0.88% -
XYZ 58 69.76 15.41 -
YUV 205.86 48.51 139.51 -
System Red Green Blue C M Y K H S L
Decimal 222 225 65 0.01 0 0.71 0.12 61.13 0.73 0.57
Hex DE E1 41 1 0 47 C 3D 49 39
Octal 336 341 101 1 0 107 14 75 111 71
Binary 11011110 11100001 1000001 1 0 1000111 1100 111101 1001001 111001

Color Harmonies of #DEE141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE141

Black with #DEE141

Text Example


Text Example

White with #DEE141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE141; }

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

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

background-color css

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

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

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

border-color css

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

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

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