Shades of Starship #DEF145
Tints of Starship #DEF145
RGB
CMYK
RGB Variations
Color information
#DEF145 (or 0xDEF145) is known color: Starship. HEX triplet: DE, F1 and 45. RGB value is (222,241,69). Sum of RGB (Red+Green+Blue) = 222+241+69=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 69 (27.34% from 255 or 12.97% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF145 is #210EBA. Grayscale: #D8D8D8. Windows color (decimal): -2166459 or 4583902. OLE color: 4583902.
HSL color Cylindrical-coordinate representation of color #DEF145: hue angle of 66.63º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEF145 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 69 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.05 |
| HSL | 66.63º | 0.86% | 0.61% | - |
| HSV(B) | 66.63º | 0.71% | 0.95% | - |
| XYZ | 62.65 | 78.87 | 17.55 | - |
| YUV | 215.71 | 45.21 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 69 | 0.08 | 0 | 0.71 | 0.05 | 66.63 | 0.86 | 0.61 |
| Hex | DE | F1 | 45 | 8 | 0 | 47 | 5 | 43 | 56 | 3D |
| Octal | 336 | 361 | 105 | 10 | 0 | 107 | 5 | 103 | 126 | 75 |
| Binary | 11011110 | 11110001 | 1000101 | 1000 | 0 | 1000111 | 101 | 1000011 | 1010110 | 111101 |
Color Harmonies of #DEF145
Complementary color
Monochromatic Colors of #DEF145
Black with #DEF145
Text Example
Text Example
White with #DEF145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF145; }
p { color: rgb(222,241,69); }
H1.HeaderClassName
{
color: #DEF145;
}
.AnyTagClassName
{
color: #DEF145;
}
</style>
background-color css
<style>
a { background-color: #DEF145; }
a { background-color: rgb(222,241,69); }
div.DivClassName
{
background-color: #DEF145;
}
.BgClassName
{
background-color: #DEF145;
}
</style>
border-color css
<style>
span { border-color: #DEF145; }
span { border-color: rgb(222,241,69); }
td.TdClassName
{
border-color: #DEF145;
}
.TagClassName
{
border-color: #DEF145;
}
</style>