Html Css Color HEX #DEEE41 Starship

📋 copy color: '#DEEE41'

red 222 ◦ green 238 ◦ blue 65

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

Shades of Starship #DEEE41

Tints of Starship #DEEE41

RGB

 RED value IS 222 (87.11% from 255) = 42.29%

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

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

R = 42.29%
G = 45.33%
B = 12.38%

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

#DEEE41 (or 0xDEEE41) is known color: Starship. HEX triplet: DE, EE and 41. RGB value is (222,238,65). Sum of RGB (Red+Green+Blue) = 222+238+65=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 65 (25.78% from 255 or 12.38% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE41 is #2111BE. Grayscale: #D6D6D6. Windows color (decimal): -2167231 or 4320990. OLE color: 4320990.

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

Color convert

RGB 222 238 65 -
CMYK 0.07 0 0.73 0.07
HSL 65.55º 0.84% 0.59% -
HSV(B) 65.55º 0.73% 0.93% -
XYZ 61.65 77.06 16.63 -
YUV 213.49 44.2 134.07 -
System Red Green Blue C M Y K H S L
Decimal 222 238 65 0.07 0 0.73 0.07 65.55 0.84 0.59
Hex DE EE 41 7 0 49 7 42 54 3B
Octal 336 356 101 7 0 111 7 102 124 73
Binary 11011110 11101110 1000001 111 0 1001001 111 1000010 1010100 111011

Color Harmonies of #DEEE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEE41

Black with #DEEE41

Text Example


Text Example

White with #DEEE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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