Html Css Color HEX #DCEE49 Starship

📋 copy color: '#DCEE49'

red 220 ◦ green 238 ◦ blue 73

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

Shades of Starship #DCEE49

Tints of Starship #DCEE49

RGB

 RED value IS 220 (86.33% from 255) = 41.43%

 GREEN value IS 238 (93.36% from 255) = 44.82%

 BLUE value IS 73 (28.91% from 255) = 13.75%

R = 41.43%
G = 44.82%
B = 13.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#DCEE49 (or 0xDCEE49) is known color: Starship. HEX triplet: DC, EE and 49. RGB value is (220,238,73). Sum of RGB (Red+Green+Blue) = 220+238+73=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 73 (28.91% from 255 or 13.75% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE49 is #2311B6. Grayscale: #D6D6D6. Windows color (decimal): -2298295 or 4845276. OLE color: 4845276.

HSL color Cylindrical-coordinate representation of color #DCEE49: hue angle of 66.55º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCEE49 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 238 73 -
CMYK 0.08 0 0.69 0.07
HSL 66.55º 0.83% 0.61% -
HSV(B) 66.55º 0.69% 0.93% -
XYZ 61.29 76.85 17.91 -
YUV 213.81 48.54 132.42 -
System Red Green Blue C M Y K H S L
Decimal 220 238 73 0.08 0 0.69 0.07 66.55 0.83 0.61
Hex DC EE 49 8 0 45 7 43 53 3D
Octal 334 356 111 10 0 105 7 103 123 75
Binary 11011100 11101110 1001001 1000 0 1000101 111 1000011 1010011 111101

Color Harmonies of #DCEE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE49

Black with #DCEE49

Text Example


Text Example

White with #DCEE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE49; }

 p { color: rgb(220,238,73); }

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

background-color css

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

 a { background-color: rgb(220,238,73); }

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

border-color css

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

 span { border-color: rgb(220,238,73); }

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