Shades of Starship #DEF345
Tints of Starship #DEF345
RGB
CMYK
RGB Variations
Color information
#DEF345 (or 0xDEF345) is known color: Starship. HEX triplet: DE, F3 and 45. RGB value is (222,243,69). Sum of RGB (Red+Green+Blue) = 222+243+69=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 69 (27.34% from 255 or 12.92% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF345 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF345 is #210CBA. Grayscale: #D9D9D9. Windows color (decimal): -2165947 or 4584414. OLE color: 4584414.
HSL color Cylindrical-coordinate representation of color #DEF345: hue angle of 67.24º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEF345 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 69 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.05 |
| HSL | 67.24º | 0.88% | 0.61% | - |
| HSV(B) | 67.24º | 0.72% | 0.95% | - |
| XYZ | 63.25 | 80.06 | 17.75 | - |
| YUV | 216.89 | 44.54 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 69 | 0.09 | 0 | 0.72 | 0.05 | 67.24 | 0.88 | 0.61 |
| Hex | DE | F3 | 45 | 9 | 0 | 48 | 5 | 43 | 58 | 3D |
| Octal | 336 | 363 | 105 | 11 | 0 | 110 | 5 | 103 | 130 | 75 |
| Binary | 11011110 | 11110011 | 1000101 | 1001 | 0 | 1001000 | 101 | 1000011 | 1011000 | 111101 |
Color Harmonies of #DEF345
Complementary color
Monochromatic Colors of #DEF345
Black with #DEF345
Text Example
Text Example
White with #DEF345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF345; }
p { color: rgb(222,243,69); }
H1.HeaderClassName
{
color: #DEF345;
}
.AnyTagClassName
{
color: #DEF345;
}
</style>
background-color css
<style>
a { background-color: #DEF345; }
a { background-color: rgb(222,243,69); }
div.DivClassName
{
background-color: #DEF345;
}
.BgClassName
{
background-color: #DEF345;
}
</style>
border-color css
<style>
span { border-color: #DEF345; }
span { border-color: rgb(222,243,69); }
td.TdClassName
{
border-color: #DEF345;
}
.TagClassName
{
border-color: #DEF345;
}
</style>