Shades of Screamin' Green #69F440
Tints of Screamin' Green #69F440
RGB
CMYK
RGB Variations
Color information
#69F440 (or 0x69F440) is known color: Screamin' Green. HEX triplet: 69, F4 and 40. RGB value is (105,244,64). Sum of RGB (Red+Green+Blue) = 105+244+64=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 244 (95.70% from 255 or 59.08% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 244 - color contains mainly: green. Hex color #69F440 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #69F440 is #960BBF. Grayscale: #B6B6B6. Windows color (decimal): -9833408 or 4256873. OLE color: 4256873.
HSL color Cylindrical-coordinate representation of color #69F440: hue angle of 106.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69F440 is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 244 | 64 | - |
| CMYK | 0.57 | 0 | 0.74 | 0.04 |
| HSL | 106.33º | 0.89% | 0.6% | - |
| HSV(B) | 106.33º | 0.74% | 0.96% | - |
| XYZ | 39.1 | 68.07 | 15.93 | - |
| YUV | 181.92 | 61.45 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 244 | 64 | 0.57 | 0 | 0.74 | 0.04 | 106.33 | 0.89 | 0.6 |
| Hex | 69 | F4 | 40 | 39 | 0 | 4A | 4 | 6A | 59 | 3C |
| Octal | 151 | 364 | 100 | 71 | 0 | 112 | 4 | 152 | 131 | 74 |
| Binary | 1101001 | 11110100 | 1000000 | 111001 | 0 | 1001010 | 100 | 1101010 | 1011001 | 111100 |
Color Harmonies of #69F440
Complementary color
Monochromatic Colors of #69F440
Black with #69F440
Text Example
Text Example
White with #69F440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F440; }
p { color: rgb(105,244,64); }
H1.HeaderClassName
{
color: #69F440;
}
.AnyTagClassName
{
color: #69F440;
}
</style>
background-color css
<style>
a { background-color: #69F440; }
a { background-color: rgb(105,244,64); }
div.DivClassName
{
background-color: #69F440;
}
.BgClassName
{
background-color: #69F440;
}
</style>
border-color css
<style>
span { border-color: #69F440; }
span { border-color: rgb(105,244,64); }
td.TdClassName
{
border-color: #69F440;
}
.TagClassName
{
border-color: #69F440;
}
</style>