Shades of Screamin' Green #69ED42
Tints of Screamin' Green #69ED42
RGB
CMYK
RGB Variations
Color information
#69ED42 (or 0x69ED42) is known color: Screamin' Green. HEX triplet: 69, ED and 42. RGB value is (105,237,66). Sum of RGB (Red+Green+Blue) = 105+237+66=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 237 (92.97% from 255 or 58.09% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 237 - color contains mainly: green. Hex color #69ED42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #69ED42 is #9612BD. Grayscale: #B2B2B2. Windows color (decimal): -9835198 or 4386153. OLE color: 4386153.
HSL color Cylindrical-coordinate representation of color #69ED42: hue angle of 106.32º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69ED42 is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 237 | 66 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.07 |
| HSL | 106.32º | 0.83% | 0.59% | - |
| HSV(B) | 106.32º | 0.72% | 0.93% | - |
| XYZ | 37.09 | 63.96 | 15.55 | - |
| YUV | 178.04 | 64.77 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 237 | 66 | 0.56 | 0 | 0.72 | 0.07 | 106.32 | 0.83 | 0.59 |
| Hex | 69 | ED | 42 | 38 | 0 | 48 | 7 | 6A | 53 | 3B |
| Octal | 151 | 355 | 102 | 70 | 0 | 110 | 7 | 152 | 123 | 73 |
| Binary | 1101001 | 11101101 | 1000010 | 111000 | 0 | 1001000 | 111 | 1101010 | 1010011 | 111011 |
Color Harmonies of #69ED42
Complementary color
Monochromatic Colors of #69ED42
Black with #69ED42
Text Example
Text Example
White with #69ED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ED42; }
p { color: rgb(105,237,66); }
H1.HeaderClassName
{
color: #69ED42;
}
.AnyTagClassName
{
color: #69ED42;
}
</style>
background-color css
<style>
a { background-color: #69ED42; }
a { background-color: rgb(105,237,66); }
div.DivClassName
{
background-color: #69ED42;
}
.BgClassName
{
background-color: #69ED42;
}
</style>
border-color css
<style>
span { border-color: #69ED42; }
span { border-color: rgb(105,237,66); }
td.TdClassName
{
border-color: #69ED42;
}
.TagClassName
{
border-color: #69ED42;
}
</style>