Html Css Color HEX #DCEE46 Starship

📋 copy color: '#DCEE46'

red 220 ◦ green 238 ◦ blue 70

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

Shades of Starship #DCEE46

Tints of Starship #DCEE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.26%

R = 41.67%
G = 45.08%
B = 13.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#DCEE46 (or 0xDCEE46) is known color: Starship. HEX triplet: DC, EE and 46. RGB value is (220,238,70). Sum of RGB (Red+Green+Blue) = 220+238+70=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 70 (27.73% from 255 or 13.26% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE46 is #2311B9. Grayscale: #D6D6D6. Windows color (decimal): -2298298 or 4648668. OLE color: 4648668.

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

Color convert

RGB 220 238 70 -
CMYK 0.08 0 0.71 0.07
HSL 66.43º 0.83% 0.6% -
HSV(B) 66.43º 0.71% 0.93% -
XYZ 61.2 76.81 17.39 -
YUV 213.47 47.04 132.66 -
System Red Green Blue C M Y K H S L
Decimal 220 238 70 0.08 0 0.71 0.07 66.43 0.83 0.6
Hex DC EE 46 8 0 47 7 42 53 3C
Octal 334 356 106 10 0 107 7 102 123 74
Binary 11011100 11101110 1000110 1000 0 1000111 111 1000010 1010011 111100

Color Harmonies of #DCEE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE46

Black with #DCEE46

Text Example


Text Example

White with #DCEE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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