Shades of Starship #DEF54A
Tints of Starship #DEF54A
RGB
CMYK
RGB Variations
Color information
#DEF54A (or 0xDEF54A) is known color: Starship. HEX triplet: DE, F5 and 4A. RGB value is (222,245,74). Sum of RGB (Red+Green+Blue) = 222+245+74=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 245 (96.09% from 255 or 45.29% from 541); Blue value is 74 (29.30% from 255 or 13.68% from 541); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF54A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF54A is #210AB5. Grayscale: #DBDBDB. Windows color (decimal): -2165430 or 4912606. OLE color: 4912606.
HSL color Cylindrical-coordinate representation of color #DEF54A: hue angle of 68.07º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEF54A is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 74 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.04 |
| HSL | 68.07º | 0.9% | 0.63% | - |
| HSV(B) | 68.07º | 0.7% | 0.96% | - |
| XYZ | 64.01 | 81.33 | 18.8 | - |
| YUV | 218.63 | 46.38 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 74 | 0.09 | 0 | 0.70 | 0.04 | 68.07 | 0.9 | 0.63 |
| Hex | DE | F5 | 4A | 9 | 0 | 46 | 4 | 44 | 5A | 3F |
| Octal | 336 | 365 | 112 | 11 | 0 | 106 | 4 | 104 | 132 | 77 |
| Binary | 11011110 | 11110101 | 1001010 | 1001 | 0 | 1000110 | 100 | 1000100 | 1011010 | 111111 |
Color Harmonies of #DEF54A
Complementary color
Monochromatic Colors of #DEF54A
Black with #DEF54A
Text Example
Text Example
White with #DEF54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF54A; }
p { color: rgb(222,245,74); }
H1.HeaderClassName
{
color: #DEF54A;
}
.AnyTagClassName
{
color: #DEF54A;
}
</style>
background-color css
<style>
a { background-color: #DEF54A; }
a { background-color: rgb(222,245,74); }
div.DivClassName
{
background-color: #DEF54A;
}
.BgClassName
{
background-color: #DEF54A;
}
</style>
border-color css
<style>
span { border-color: #DEF54A; }
span { border-color: rgb(222,245,74); }
td.TdClassName
{
border-color: #DEF54A;
}
.TagClassName
{
border-color: #DEF54A;
}
</style>