Shades of Starship #DCF34A
Tints of Starship #DCF34A
RGB
CMYK
RGB Variations
Color information
#DCF34A (or 0xDCF34A) is known color: Starship. HEX triplet: DC, F3 and 4A. RGB value is (220,243,74). Sum of RGB (Red+Green+Blue) = 220+243+74=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 74 (29.30% from 255 or 13.78% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF34A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF34A is #230CB5. Grayscale: #D9D9D9. Windows color (decimal): -2297014 or 4912092. OLE color: 4912092.
HSL color Cylindrical-coordinate representation of color #DCF34A: hue angle of 68.17º 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 #DCF34A is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 74 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.05 |
| HSL | 68.17º | 0.88% | 0.62% | - |
| HSV(B) | 68.17º | 0.7% | 0.95% | - |
| XYZ | 62.8 | 79.81 | 18.57 | - |
| YUV | 216.86 | 47.38 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 74 | 0.09 | 0 | 0.70 | 0.05 | 68.17 | 0.88 | 0.62 |
| Hex | DC | F3 | 4A | 9 | 0 | 46 | 5 | 44 | 58 | 3E |
| Octal | 334 | 363 | 112 | 11 | 0 | 106 | 5 | 104 | 130 | 76 |
| Binary | 11011100 | 11110011 | 1001010 | 1001 | 0 | 1000110 | 101 | 1000100 | 1011000 | 111110 |
Color Harmonies of #DCF34A
Complementary color
Monochromatic Colors of #DCF34A
Black with #DCF34A
Text Example
Text Example
White with #DCF34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF34A; }
p { color: rgb(220,243,74); }
H1.HeaderClassName
{
color: #DCF34A;
}
.AnyTagClassName
{
color: #DCF34A;
}
</style>
background-color css
<style>
a { background-color: #DCF34A; }
a { background-color: rgb(220,243,74); }
div.DivClassName
{
background-color: #DCF34A;
}
.BgClassName
{
background-color: #DCF34A;
}
</style>
border-color css
<style>
span { border-color: #DCF34A; }
span { border-color: rgb(220,243,74); }
td.TdClassName
{
border-color: #DCF34A;
}
.TagClassName
{
border-color: #DCF34A;
}
</style>