Html Css Color HEX #DEEE42 Starship

📋 copy color: '#DEEE42'

red 222 ◦ green 238 ◦ blue 66

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

Shades of Starship #DEEE42

Tints of Starship #DEEE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.55%

R = 42.21%
G = 45.25%
B = 12.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#DEEE42 (or 0xDEEE42) is known color: Starship. HEX triplet: DE, EE and 42. RGB value is (222,238,66). Sum of RGB (Red+Green+Blue) = 222+238+66=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 66 (26.17% from 255 or 12.55% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE42 is #2111BD. Grayscale: #D6D6D6. Windows color (decimal): -2167230 or 4386526. OLE color: 4386526.

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

Color convert

RGB 222 238 66 -
CMYK 0.07 0 0.72 0.07
HSL 65.58º 0.83% 0.6% -
HSV(B) 65.58º 0.72% 0.93% -
XYZ 61.68 77.07 16.78 -
YUV 213.61 44.7 133.99 -
System Red Green Blue C M Y K H S L
Decimal 222 238 66 0.07 0 0.72 0.07 65.58 0.83 0.6
Hex DE EE 42 7 0 48 7 42 53 3C
Octal 336 356 102 7 0 110 7 102 123 74
Binary 11011110 11101110 1000010 111 0 1001000 111 1000010 1010011 111100

Color Harmonies of #DEEE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEE42

Black with #DEEE42

Text Example


Text Example

White with #DEEE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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