Html Css Color HEX #DEF149 Starship

📋 copy color: '#DEF149'

red 222 ◦ green 241 ◦ blue 73

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

Shades of Starship #DEF149

Tints of Starship #DEF149

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.96%

 BLUE value IS 73 (28.91% from 255) = 13.62%

R = 41.42%
G = 44.96%
B = 13.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#DEF149 (or 0xDEF149) is known color: Starship. HEX triplet: DE, F1 and 49. RGB value is (222,241,73). Sum of RGB (Red+Green+Blue) = 222+241+73=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 73 (28.91% from 255 or 13.62% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF149 is #210EB6. Grayscale: #D8D8D8. Windows color (decimal): -2166455 or 4846046. OLE color: 4846046.

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

Color convert

RGB 222 241 73 -
CMYK 0.08 0 0.70 0.05
HSL 66.79º 0.86% 0.62% -
HSV(B) 66.79º 0.7% 0.95% -
XYZ 62.78 78.92 18.23 -
YUV 216.17 47.21 132.16 -
System Red Green Blue C M Y K H S L
Decimal 222 241 73 0.08 0 0.70 0.05 66.79 0.86 0.62
Hex DE F1 49 8 0 46 5 43 56 3E
Octal 336 361 111 10 0 106 5 103 126 76
Binary 11011110 11110001 1001001 1000 0 1000110 101 1000011 1010110 111110

Color Harmonies of #DEF149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF149

Black with #DEF149

Text Example


Text Example

White with #DEF149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF149; }

 p { color: rgb(222,241,73); }

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

background-color css

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

 a { background-color: rgb(222,241,73); }

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

border-color css

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

 span { border-color: rgb(222,241,73); }

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