Html Css Color HEX #DEEA47 Starship

📋 copy color: '#DEEA47'

red 222 ◦ green 234 ◦ blue 71

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

Shades of Starship #DEEA47

Tints of Starship #DEEA47

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.4%

 BLUE value IS 71 (28.13% from 255) = 13.47%

R = 42.13%
G = 44.4%
B = 13.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#DEEA47 (or 0xDEEA47) is known color: Starship. HEX triplet: DE, EA and 47. RGB value is (222,234,71). Sum of RGB (Red+Green+Blue) = 222+234+71=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 71 (28.12% from 255 or 13.47% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEA47 is #2115B8. Grayscale: #D4D4D4. Windows color (decimal): -2168249 or 4713182. OLE color: 4713182.

HSL color Cylindrical-coordinate representation of color #DEEA47: hue angle of 64.42º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEEA47 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 234 71 -
CMYK 0.05 0 0.70 0.08
HSL 64.42º 0.8% 0.6% -
HSV(B) 64.42º 0.7% 0.92% -
XYZ 60.68 74.83 17.21 -
YUV 211.83 48.52 135.25 -
System Red Green Blue C M Y K H S L
Decimal 222 234 71 0.05 0 0.70 0.08 64.42 0.8 0.6
Hex DE EA 47 5 0 46 8 40 50 3C
Octal 336 352 107 5 0 106 10 100 120 74
Binary 11011110 11101010 1000111 101 0 1000110 1000 1000000 1010000 111100

Color Harmonies of #DEEA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEA47

Black with #DEEA47

Text Example


Text Example

White with #DEEA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEA47; }

 p { color: rgb(222,234,71); }

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

background-color css

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

 a { background-color: rgb(222,234,71); }

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

border-color css

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

 span { border-color: rgb(222,234,71); }

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