Shades of Screamin' Green #65DF50
Tints of Screamin' Green #65DF50
RGB
CMYK
RGB Variations
Color information
#65DF50 (or 0x65DF50) is known color: Screamin' Green. HEX triplet: 65, DF and 50. RGB value is (101,223,80). Sum of RGB (Red+Green+Blue) = 101+223+80=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DF50 is #9A20AF. Grayscale: #AAAAAA. Windows color (decimal): -10100912 or 5300069. OLE color: 5300069.
HSL color Cylindrical-coordinate representation of color #65DF50: hue angle of 111.19º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65DF50 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 80 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.13 |
| HSL | 111.19º | 0.69% | 0.59% | - |
| HSV(B) | 111.19º | 0.64% | 0.87% | - |
| XYZ | 33.2 | 56.12 | 16.67 | - |
| YUV | 170.22 | 77.08 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 80 | 0.55 | 0 | 0.64 | 0.13 | 111.19 | 0.69 | 0.59 |
| Hex | 65 | DF | 50 | 37 | 0 | 40 | D | 6F | 45 | 3B |
| Octal | 145 | 337 | 120 | 67 | 0 | 100 | 15 | 157 | 105 | 73 |
| Binary | 1100101 | 11011111 | 1010000 | 110111 | 0 | 1000000 | 1101 | 1101111 | 1000101 | 111011 |
Color Harmonies of #65DF50
Complementary color
Monochromatic Colors of #65DF50
Black with #65DF50
Text Example
Text Example
White with #65DF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DF50; }
p { color: rgb(101,223,80); }
H1.HeaderClassName
{
color: #65DF50;
}
.AnyTagClassName
{
color: #65DF50;
}
</style>
background-color css
<style>
a { background-color: #65DF50; }
a { background-color: rgb(101,223,80); }
div.DivClassName
{
background-color: #65DF50;
}
.BgClassName
{
background-color: #65DF50;
}
</style>
border-color css
<style>
span { border-color: #65DF50; }
span { border-color: rgb(101,223,80); }
td.TdClassName
{
border-color: #65DF50;
}
.TagClassName
{
border-color: #65DF50;
}
</style>