Shades of Screamin' Green #65F27D
Tints of Screamin' Green #65F27D
RGB
CMYK
RGB Variations
Color information
#65F27D (or 0x65F27D) is known color: Screamin' Green. HEX triplet: 65, F2 and 7D. RGB value is (101,242,125). Sum of RGB (Red+Green+Blue) = 101+242+125=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #65F27D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65F27D is #9A0D82. Grayscale: #BABABA. Windows color (decimal): -10096003 or 8254053. OLE color: 8254053.
HSL color Cylindrical-coordinate representation of color #65F27D: hue angle of 130.21º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F27D is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 125 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.05 |
| HSL | 130.21º | 0.84% | 0.67% | - |
| HSV(B) | 130.21º | 0.58% | 0.95% | - |
| XYZ | 40.82 | 67.75 | 30.33 | - |
| YUV | 186.5 | 93.29 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 125 | 0.58 | 0 | 0.48 | 0.05 | 130.21 | 0.84 | 0.67 |
| Hex | 65 | F2 | 7D | 3A | 0 | 30 | 5 | 82 | 54 | 43 |
| Octal | 145 | 362 | 175 | 72 | 0 | 60 | 5 | 202 | 124 | 103 |
| Binary | 1100101 | 11110010 | 1111101 | 111010 | 0 | 110000 | 101 | 10000010 | 1010100 | 1000011 |
Color Harmonies of #65F27D
Complementary color
Monochromatic Colors of #65F27D
Black with #65F27D
Text Example
Text Example
White with #65F27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F27D; }
p { color: rgb(101,242,125); }
H1.HeaderClassName
{
color: #65F27D;
}
.AnyTagClassName
{
color: #65F27D;
}
</style>
background-color css
<style>
a { background-color: #65F27D; }
a { background-color: rgb(101,242,125); }
div.DivClassName
{
background-color: #65F27D;
}
.BgClassName
{
background-color: #65F27D;
}
</style>
border-color css
<style>
span { border-color: #65F27D; }
span { border-color: rgb(101,242,125); }
td.TdClassName
{
border-color: #65F27D;
}
.TagClassName
{
border-color: #65F27D;
}
</style>