Shades of Screamin' Green #69FA40
Tints of Screamin' Green #69FA40
RGB
CMYK
RGB Variations
Color information
#69FA40 (or 0x69FA40) is known color: Screamin' Green. HEX triplet: 69, FA and 40. RGB value is (105,250,64). Sum of RGB (Red+Green+Blue) = 105+250+64=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 250 (98.05% from 255 or 59.67% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 250 - color contains mainly: green. Hex color #69FA40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #69FA40 is #9605BF. Grayscale: #BABABA. Windows color (decimal): -9831872 or 4258409. OLE color: 4258409.
HSL color Cylindrical-coordinate representation of color #69FA40: hue angle of 106.77º 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 #69FA40 is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 250 | 64 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.02 |
| HSL | 106.77º | 0.95% | 0.62% | - |
| HSV(B) | 106.77º | 0.74% | 0.98% | - |
| XYZ | 40.94 | 71.74 | 16.54 | - |
| YUV | 185.44 | 59.46 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 250 | 64 | 0.58 | 0 | 0.74 | 0.02 | 106.77 | 0.95 | 0.62 |
| Hex | 69 | FA | 40 | 3A | 0 | 4A | 2 | 6B | 5F | 3E |
| Octal | 151 | 372 | 100 | 72 | 0 | 112 | 2 | 153 | 137 | 76 |
| Binary | 1101001 | 11111010 | 1000000 | 111010 | 0 | 1001010 | 10 | 1101011 | 1011111 | 111110 |
Color Harmonies of #69FA40
Complementary color
Monochromatic Colors of #69FA40
Black with #69FA40
Text Example
Text Example
White with #69FA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FA40; }
p { color: rgb(105,250,64); }
H1.HeaderClassName
{
color: #69FA40;
}
.AnyTagClassName
{
color: #69FA40;
}
</style>
background-color css
<style>
a { background-color: #69FA40; }
a { background-color: rgb(105,250,64); }
div.DivClassName
{
background-color: #69FA40;
}
.BgClassName
{
background-color: #69FA40;
}
</style>
border-color css
<style>
span { border-color: #69FA40; }
span { border-color: rgb(105,250,64); }
td.TdClassName
{
border-color: #69FA40;
}
.TagClassName
{
border-color: #69FA40;
}
</style>