Shades of Starship #DEF34A
Tints of Starship #DEF34A
RGB
CMYK
RGB Variations
Color information
#DEF34A (or 0xDEF34A) is known color: Starship. HEX triplet: DE, F3 and 4A. RGB value is (222,243,74). Sum of RGB (Red+Green+Blue) = 222+243+74=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 74 (29.30% from 255 or 13.73% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF34A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF34A is #210CB5. Grayscale: #DADADA. Windows color (decimal): -2165942 or 4912094. OLE color: 4912094.
HSL color Cylindrical-coordinate representation of color #DEF34A: hue angle of 67.46º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEF34A is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 74 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.05 |
| HSL | 67.46º | 0.88% | 0.62% | - |
| HSV(B) | 67.46º | 0.7% | 0.95% | - |
| XYZ | 63.41 | 80.13 | 18.6 | - |
| YUV | 217.46 | 47.04 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 74 | 0.09 | 0 | 0.70 | 0.05 | 67.46 | 0.88 | 0.62 |
| Hex | DE | F3 | 4A | 9 | 0 | 46 | 5 | 43 | 58 | 3E |
| Octal | 336 | 363 | 112 | 11 | 0 | 106 | 5 | 103 | 130 | 76 |
| Binary | 11011110 | 11110011 | 1001010 | 1001 | 0 | 1000110 | 101 | 1000011 | 1011000 | 111110 |
Color Harmonies of #DEF34A
Complementary color
Monochromatic Colors of #DEF34A
Black with #DEF34A
Text Example
Text Example
White with #DEF34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF34A; }
p { color: rgb(222,243,74); }
H1.HeaderClassName
{
color: #DEF34A;
}
.AnyTagClassName
{
color: #DEF34A;
}
</style>
background-color css
<style>
a { background-color: #DEF34A; }
a { background-color: rgb(222,243,74); }
div.DivClassName
{
background-color: #DEF34A;
}
.BgClassName
{
background-color: #DEF34A;
}
</style>
border-color css
<style>
span { border-color: #DEF34A; }
span { border-color: rgb(222,243,74); }
td.TdClassName
{
border-color: #DEF34A;
}
.TagClassName
{
border-color: #DEF34A;
}
</style>