Html Css Color HEX #DEEE46 Starship

📋 copy color: '#DEEE46'

red 222 ◦ green 238 ◦ blue 70

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

Shades of Starship #DEEE46

Tints of Starship #DEEE46

RGB

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

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

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

R = 41.89%
G = 44.91%
B = 13.21%

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

#DEEE46 (or 0xDEEE46) is known color: Starship. HEX triplet: DE, EE and 46. RGB value is (222,238,70). Sum of RGB (Red+Green+Blue) = 222+238+70=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 70 (27.73% from 255 or 13.21% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE46 is #2111B9. Grayscale: #D6D6D6. Windows color (decimal): -2167226 or 4648670. OLE color: 4648670.

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

Color convert

RGB 222 238 70 -
CMYK 0.07 0 0.71 0.07
HSL 65.71º 0.83% 0.6% -
HSV(B) 65.71º 0.71% 0.93% -
XYZ 61.8 77.12 17.42 -
YUV 214.06 46.7 133.66 -
System Red Green Blue C M Y K H S L
Decimal 222 238 70 0.07 0 0.71 0.07 65.71 0.83 0.6
Hex DE EE 46 7 0 47 7 42 53 3C
Octal 336 356 106 7 0 107 7 102 123 74
Binary 11011110 11101110 1000110 111 0 1000111 111 1000010 1010011 111100

Color Harmonies of #DEEE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEE46

Black with #DEEE46

Text Example


Text Example

White with #DEEE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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