Shades of Starship #DEF344
Tints of Starship #DEF344
RGB
CMYK
RGB Variations
Color information
#DEF344 (or 0xDEF344) is known color: Starship. HEX triplet: DE, F3 and 44. RGB value is (222,243,68). Sum of RGB (Red+Green+Blue) = 222+243+68=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 68 (26.95% from 255 or 12.76% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF344 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF344 is #210CBB. Grayscale: #D9D9D9. Windows color (decimal): -2165948 or 4518878. OLE color: 4518878.
HSL color Cylindrical-coordinate representation of color #DEF344: hue angle of 67.2º 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 #DEF344 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 68 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.05 |
| HSL | 67.2º | 0.88% | 0.61% | - |
| HSV(B) | 67.2º | 0.72% | 0.95% | - |
| XYZ | 63.22 | 80.05 | 17.59 | - |
| YUV | 216.77 | 44.04 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 68 | 0.09 | 0 | 0.72 | 0.05 | 67.2 | 0.88 | 0.61 |
| Hex | DE | F3 | 44 | 9 | 0 | 48 | 5 | 43 | 58 | 3D |
| Octal | 336 | 363 | 104 | 11 | 0 | 110 | 5 | 103 | 130 | 75 |
| Binary | 11011110 | 11110011 | 1000100 | 1001 | 0 | 1001000 | 101 | 1000011 | 1011000 | 111101 |
Color Harmonies of #DEF344
Complementary color
Monochromatic Colors of #DEF344
Black with #DEF344
Text Example
Text Example
White with #DEF344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF344; }
p { color: rgb(222,243,68); }
H1.HeaderClassName
{
color: #DEF344;
}
.AnyTagClassName
{
color: #DEF344;
}
</style>
background-color css
<style>
a { background-color: #DEF344; }
a { background-color: rgb(222,243,68); }
div.DivClassName
{
background-color: #DEF344;
}
.BgClassName
{
background-color: #DEF344;
}
</style>
border-color css
<style>
span { border-color: #DEF344; }
span { border-color: rgb(222,243,68); }
td.TdClassName
{
border-color: #DEF344;
}
.TagClassName
{
border-color: #DEF344;
}
</style>