Html Css Color HEX #DEEE3F Starship

📋 copy color: '#DEEE3F'

red 222 ◦ green 238 ◦ blue 63

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

Shades of Starship #DEEE3F

Tints of Starship #DEEE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.05%

R = 42.45%
G = 45.51%
B = 12.05%

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

#DEEE3F (or 0xDEEE3F) is known color: Starship. HEX triplet: DE, EE and 3F. RGB value is (222,238,63). Sum of RGB (Red+Green+Blue) = 222+238+63=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 63 (25% from 255 or 12.05% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE3F is #2111C0. Grayscale: #D5D5D5. Windows color (decimal): -2167233 or 4189918. OLE color: 4189918.

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

Color convert

RGB 222 238 63 -
CMYK 0.07 0 0.74 0.07
HSL 65.49º 0.84% 0.59% -
HSV(B) 65.49º 0.74% 0.93% -
XYZ 61.6 77.04 16.33 -
YUV 213.27 43.2 134.23 -
System Red Green Blue C M Y K H S L
Decimal 222 238 63 0.07 0 0.74 0.07 65.49 0.84 0.59
Hex DE EE 3F 7 0 4A 7 41 54 3B
Octal 336 356 77 7 0 112 7 101 124 73
Binary 11011110 11101110 111111 111 0 1001010 111 1000001 1010100 111011

Color Harmonies of #DEEE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEE3F

Black with #DEEE3F

Text Example


Text Example

White with #DEEE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEE3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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