Html Css Color HEX #DEEE3D Starship

📋 copy color: '#DEEE3D'

red 222 ◦ green 238 ◦ blue 61

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

Shades of Starship #DEEE3D

Tints of Starship #DEEE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.71%

R = 42.61%
G = 45.68%
B = 11.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#DEEE3D (or 0xDEEE3D) is known color: Starship. HEX triplet: DE, EE and 3D. RGB value is (222,238,61). Sum of RGB (Red+Green+Blue) = 222+238+61=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE3D is #2111C2. Grayscale: #D5D5D5. Windows color (decimal): -2167235 or 4058846. OLE color: 4058846.

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

Color convert

RGB 222 238 61 -
CMYK 0.07 0 0.74 0.07
HSL 65.42º 0.84% 0.59% -
HSV(B) 65.42º 0.74% 0.93% -
XYZ 61.54 77.02 16.04 -
YUV 213.04 42.2 134.39 -
System Red Green Blue C M Y K H S L
Decimal 222 238 61 0.07 0 0.74 0.07 65.42 0.84 0.59
Hex DE EE 3D 7 0 4A 7 41 54 3B
Octal 336 356 75 7 0 112 7 101 124 73
Binary 11011110 11101110 111101 111 0 1001010 111 1000001 1010100 111011

Color Harmonies of #DEEE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEE3D

Black with #DEEE3D

Text Example


Text Example

White with #DEEE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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