Shades of Starship #DEF44A
Tints of Starship #DEF44A
RGB
CMYK
RGB Variations
Color information
#DEF44A (or 0xDEF44A) is known color: Starship. HEX triplet: DE, F4 and 4A. RGB value is (222,244,74). Sum of RGB (Red+Green+Blue) = 222+244+74=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 244 (95.70% from 255 or 45.19% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF44A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF44A is #210BB5. Grayscale: #DADADA. Windows color (decimal): -2165686 or 4912350. OLE color: 4912350.
HSL color Cylindrical-coordinate representation of color #DEF44A: hue angle of 67.76º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEF44A is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 244 | 74 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.04 |
| HSL | 67.76º | 0.89% | 0.62% | - |
| HSV(B) | 67.76º | 0.7% | 0.96% | - |
| XYZ | 63.71 | 80.73 | 18.7 | - |
| YUV | 218.04 | 46.71 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 244 | 74 | 0.09 | 0 | 0.70 | 0.04 | 67.76 | 0.89 | 0.62 |
| Hex | DE | F4 | 4A | 9 | 0 | 46 | 4 | 44 | 59 | 3E |
| Octal | 336 | 364 | 112 | 11 | 0 | 106 | 4 | 104 | 131 | 76 |
| Binary | 11011110 | 11110100 | 1001010 | 1001 | 0 | 1000110 | 100 | 1000100 | 1011001 | 111110 |
Color Harmonies of #DEF44A
Complementary color
Monochromatic Colors of #DEF44A
Black with #DEF44A
Text Example
Text Example
White with #DEF44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF44A; }
p { color: rgb(222,244,74); }
H1.HeaderClassName
{
color: #DEF44A;
}
.AnyTagClassName
{
color: #DEF44A;
}
</style>
background-color css
<style>
a { background-color: #DEF44A; }
a { background-color: rgb(222,244,74); }
div.DivClassName
{
background-color: #DEF44A;
}
.BgClassName
{
background-color: #DEF44A;
}
</style>
border-color css
<style>
span { border-color: #DEF44A; }
span { border-color: rgb(222,244,74); }
td.TdClassName
{
border-color: #DEF44A;
}
.TagClassName
{
border-color: #DEF44A;
}
</style>