Shades of Screamin' Green #6AF54B
Tints of Screamin' Green #6AF54B
RGB
CMYK
RGB Variations
Color information
#6AF54B (or 0x6AF54B) is known color: Screamin' Green. HEX triplet: 6A, F5 and 4B. RGB value is (106,245,75). Sum of RGB (Red+Green+Blue) = 106+245+75=426 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.88% from 426); Green value is 245 (96.09% from 255 or 57.51% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 245 - color contains mainly: green. Hex color #6AF54B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AF54B is #950AB4. Grayscale: #B8B8B8. Windows color (decimal): -9767605 or 4978026. OLE color: 4978026.
HSL color Cylindrical-coordinate representation of color #6AF54B: hue angle of 109.06º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6AF54B is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 245 | 75 | - |
| CMYK | 0.57 | 0 | 0.69 | 0.04 |
| HSL | 109.06º | 0.89% | 0.63% | - |
| HSV(B) | 109.06º | 0.69% | 0.96% | - |
| XYZ | 39.87 | 68.88 | 17.85 | - |
| YUV | 184.06 | 66.45 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 245 | 75 | 0.57 | 0 | 0.69 | 0.04 | 109.06 | 0.89 | 0.63 |
| Hex | 6A | F5 | 4B | 39 | 0 | 45 | 4 | 6D | 59 | 3F |
| Octal | 152 | 365 | 113 | 71 | 0 | 105 | 4 | 155 | 131 | 77 |
| Binary | 1101010 | 11110101 | 1001011 | 111001 | 0 | 1000101 | 100 | 1101101 | 1011001 | 111111 |
Color Harmonies of #6AF54B
Complementary color
Monochromatic Colors of #6AF54B
Black with #6AF54B
Text Example
Text Example
White with #6AF54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF54B; }
p { color: rgb(106,245,75); }
H1.HeaderClassName
{
color: #6AF54B;
}
.AnyTagClassName
{
color: #6AF54B;
}
</style>
background-color css
<style>
a { background-color: #6AF54B; }
a { background-color: rgb(106,245,75); }
div.DivClassName
{
background-color: #6AF54B;
}
.BgClassName
{
background-color: #6AF54B;
}
</style>
border-color css
<style>
span { border-color: #6AF54B; }
span { border-color: rgb(106,245,75); }
td.TdClassName
{
border-color: #6AF54B;
}
.TagClassName
{
border-color: #6AF54B;
}
</style>