Shades of Screamin' Green #65FA41
Tints of Screamin' Green #65FA41
RGB
CMYK
RGB Variations
Color information
#65FA41 (or 0x65FA41) is known color: Screamin' Green. HEX triplet: 65, FA and 41. RGB value is (101,250,65). Sum of RGB (Red+Green+Blue) = 101+250+65=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #65FA41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #65FA41 is #9A05BE. Grayscale: #B8B8B8. Windows color (decimal): -10094015 or 4323941. OLE color: 4323941.
HSL color Cylindrical-coordinate representation of color #65FA41: hue angle of 108.32º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65FA41 is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 250 | 65 | - |
| CMYK | 0.60 | 0 | 0.74 | 0.02 |
| HSL | 108.32º | 0.95% | 0.62% | - |
| HSV(B) | 108.32º | 0.74% | 0.98% | - |
| XYZ | 40.51 | 71.52 | 16.67 | - |
| YUV | 184.36 | 60.64 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 250 | 65 | 0.60 | 0 | 0.74 | 0.02 | 108.32 | 0.95 | 0.62 |
| Hex | 65 | FA | 41 | 3C | 0 | 4A | 2 | 6C | 5F | 3E |
| Octal | 145 | 372 | 101 | 74 | 0 | 112 | 2 | 154 | 137 | 76 |
| Binary | 1100101 | 11111010 | 1000001 | 111100 | 0 | 1001010 | 10 | 1101100 | 1011111 | 111110 |
Color Harmonies of #65FA41
Complementary color
Monochromatic Colors of #65FA41
Black with #65FA41
Text Example
Text Example
White with #65FA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FA41; }
p { color: rgb(101,250,65); }
H1.HeaderClassName
{
color: #65FA41;
}
.AnyTagClassName
{
color: #65FA41;
}
</style>
background-color css
<style>
a { background-color: #65FA41; }
a { background-color: rgb(101,250,65); }
div.DivClassName
{
background-color: #65FA41;
}
.BgClassName
{
background-color: #65FA41;
}
</style>
border-color css
<style>
span { border-color: #65FA41; }
span { border-color: rgb(101,250,65); }
td.TdClassName
{
border-color: #65FA41;
}
.TagClassName
{
border-color: #65FA41;
}
</style>