Html Css Color HEX #DCEF49 Starship

📋 copy color: '#DCEF49'

red 220 ◦ green 239 ◦ blue 73

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

Shades of Starship #DCEF49

Tints of Starship #DCEF49

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.92%

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

R = 41.35%
G = 44.92%
B = 13.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#DCEF49 (or 0xDCEF49) is known color: Starship. HEX triplet: DC, EF and 49. RGB value is (220,239,73). Sum of RGB (Red+Green+Blue) = 220+239+73=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 73 (28.91% from 255 or 13.72% from 532); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF49 is #2310B6. Grayscale: #D7D7D7. Windows color (decimal): -2298039 or 4845532. OLE color: 4845532.

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

Color convert

RGB 220 239 73 -
CMYK 0.08 0 0.69 0.06
HSL 66.87º 0.84% 0.61% -
HSV(B) 66.87º 0.69% 0.94% -
XYZ 61.58 77.43 18 -
YUV 214.4 48.21 132 -
System Red Green Blue C M Y K H S L
Decimal 220 239 73 0.08 0 0.69 0.06 66.87 0.84 0.61
Hex DC EF 49 8 0 45 6 43 54 3D
Octal 334 357 111 10 0 105 6 103 124 75
Binary 11011100 11101111 1001001 1000 0 1000101 110 1000011 1010100 111101

Color Harmonies of #DCEF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF49

Black with #DCEF49

Text Example


Text Example

White with #DCEF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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