Html Css Color HEX #DDEE41 Starship

📋 copy color: '#DDEE41'

red 221 ◦ green 238 ◦ blue 65

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

Shades of Starship #DDEE41

Tints of Starship #DDEE41

RGB

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

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

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

R = 42.18%
G = 45.42%
B = 12.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#DDEE41 (or 0xDDEE41) is known color: Starship. HEX triplet: DD, EE and 41. RGB value is (221,238,65). Sum of RGB (Red+Green+Blue) = 221+238+65=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 65 (25.78% from 255 or 12.40% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE41 is #2211BE. Grayscale: #D5D5D5. Windows color (decimal): -2232767 or 4320989. OLE color: 4320989.

HSL color Cylindrical-coordinate representation of color #DDEE41: hue angle of 65.9º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDEE41 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 65 -
CMYK 0.07 0 0.73 0.07
HSL 65.9º 0.84% 0.59% -
HSV(B) 65.9º 0.73% 0.93% -
XYZ 61.35 76.9 16.61 -
YUV 213.2 44.37 133.57 -
System Red Green Blue C M Y K H S L
Decimal 221 238 65 0.07 0 0.73 0.07 65.9 0.84 0.59
Hex DD EE 41 7 0 49 7 42 54 3B
Octal 335 356 101 7 0 111 7 102 124 73
Binary 11011101 11101110 1000001 111 0 1001001 111 1000010 1010100 111011

Color Harmonies of #DDEE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE41

Black with #DDEE41

Text Example


Text Example

White with #DDEE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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