Shades of Screamin' Green #65DC54
Tints of Screamin' Green #65DC54
RGB
CMYK
RGB Variations
Color information
#65DC54 (or 0x65DC54) is known color: Screamin' Green. HEX triplet: 65, DC and 54. RGB value is (101,220,84). Sum of RGB (Red+Green+Blue) = 101+220+84=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DC54 is #9A23AB. Grayscale: #A9A9A9. Windows color (decimal): -10101676 or 5561445. OLE color: 5561445.
HSL color Cylindrical-coordinate representation of color #65DC54: hue angle of 112.5º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65DC54 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 84 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.14 |
| HSL | 112.5º | 0.66% | 0.6% | - |
| HSV(B) | 112.5º | 0.62% | 0.86% | - |
| XYZ | 32.56 | 54.59 | 17.21 | - |
| YUV | 168.92 | 80.08 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 84 | 0.54 | 0 | 0.62 | 0.14 | 112.5 | 0.66 | 0.6 |
| Hex | 65 | DC | 54 | 36 | 0 | 3E | E | 70 | 42 | 3C |
| Octal | 145 | 334 | 124 | 66 | 0 | 76 | 16 | 160 | 102 | 74 |
| Binary | 1100101 | 11011100 | 1010100 | 110110 | 0 | 111110 | 1110 | 1110000 | 1000010 | 111100 |
Color Harmonies of #65DC54
Complementary color
Monochromatic Colors of #65DC54
Black with #65DC54
Text Example
Text Example
White with #65DC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DC54; }
p { color: rgb(101,220,84); }
H1.HeaderClassName
{
color: #65DC54;
}
.AnyTagClassName
{
color: #65DC54;
}
</style>
background-color css
<style>
a { background-color: #65DC54; }
a { background-color: rgb(101,220,84); }
div.DivClassName
{
background-color: #65DC54;
}
.BgClassName
{
background-color: #65DC54;
}
</style>
border-color css
<style>
span { border-color: #65DC54; }
span { border-color: rgb(101,220,84); }
td.TdClassName
{
border-color: #65DC54;
}
.TagClassName
{
border-color: #65DC54;
}
</style>