Shades of Screamin' Green #69DF50
Tints of Screamin' Green #69DF50
RGB
CMYK
RGB Variations
Color information
#69DF50 (or 0x69DF50) is known color: Screamin' Green. HEX triplet: 69, DF and 50. RGB value is (105,223,80). Sum of RGB (Red+Green+Blue) = 105+223+80=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #69DF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DF50 is #9620AF. Grayscale: #ABABAB. Windows color (decimal): -9838768 or 5300073. OLE color: 5300073.
HSL color Cylindrical-coordinate representation of color #69DF50: hue angle of 109.51º 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 #69DF50 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 223 | 80 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.13 |
| HSL | 109.51º | 0.69% | 0.59% | - |
| HSV(B) | 109.51º | 0.64% | 0.87% | - |
| XYZ | 33.66 | 56.36 | 16.69 | - |
| YUV | 171.42 | 76.41 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 223 | 80 | 0.53 | 0 | 0.64 | 0.13 | 109.51 | 0.69 | 0.59 |
| Hex | 69 | DF | 50 | 35 | 0 | 40 | D | 6E | 45 | 3B |
| Octal | 151 | 337 | 120 | 65 | 0 | 100 | 15 | 156 | 105 | 73 |
| Binary | 1101001 | 11011111 | 1010000 | 110101 | 0 | 1000000 | 1101 | 1101110 | 1000101 | 111011 |
Color Harmonies of #69DF50
Complementary color
Monochromatic Colors of #69DF50
Black with #69DF50
Text Example
Text Example
White with #69DF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DF50; }
p { color: rgb(105,223,80); }
H1.HeaderClassName
{
color: #69DF50;
}
.AnyTagClassName
{
color: #69DF50;
}
</style>
background-color css
<style>
a { background-color: #69DF50; }
a { background-color: rgb(105,223,80); }
div.DivClassName
{
background-color: #69DF50;
}
.BgClassName
{
background-color: #69DF50;
}
</style>
border-color css
<style>
span { border-color: #69DF50; }
span { border-color: rgb(105,223,80); }
td.TdClassName
{
border-color: #69DF50;
}
.TagClassName
{
border-color: #69DF50;
}
</style>