Html Css Color HEX #DDEE46 Starship

📋 copy color: '#DDEE46'

red 221 ◦ green 238 ◦ blue 70

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

Shades of Starship #DDEE46

Tints of Starship #DDEE46

RGB

 RED value IS 221 (86.72% from 255) = 41.78%

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

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

R = 41.78%
G = 44.99%
B = 13.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#DDEE46 (or 0xDDEE46) is known color: Starship. HEX triplet: DD, EE and 46. RGB value is (221,238,70). Sum of RGB (Red+Green+Blue) = 221+238+70=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 70 (27.73% from 255 or 13.23% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE46 is #2211B9. Grayscale: #D6D6D6. Windows color (decimal): -2232762 or 4648669. OLE color: 4648669.

HSL color Cylindrical-coordinate representation of color #DDEE46: hue angle of 66.07º 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 #DDEE46 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 70 -
CMYK 0.07 0 0.71 0.07
HSL 66.07º 0.83% 0.6% -
HSV(B) 66.07º 0.71% 0.93% -
XYZ 61.5 76.96 17.41 -
YUV 213.77 46.87 133.16 -
System Red Green Blue C M Y K H S L
Decimal 221 238 70 0.07 0 0.71 0.07 66.07 0.83 0.6
Hex DD EE 46 7 0 47 7 42 53 3C
Octal 335 356 106 7 0 107 7 102 123 74
Binary 11011101 11101110 1000110 111 0 1000111 111 1000010 1010011 111100

Color Harmonies of #DDEE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE46

Black with #DDEE46

Text Example


Text Example

White with #DDEE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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