Shades of Pastel Green #65DF5B
Tints of Pastel Green #65DF5B
RGB
CMYK
RGB Variations
Color information
#65DF5B (or 0x65DF5B) is known color: Pastel Green. HEX triplet: 65, DF and 5B. RGB value is (101,223,91). Sum of RGB (Red+Green+Blue) = 101+223+91=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DF5B is #9A20A4. Grayscale: #ABABAB. Windows color (decimal): -10100901 or 6020965. OLE color: 6020965.
HSL color Cylindrical-coordinate representation of color #65DF5B: hue angle of 115.45º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65DF5B is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 91 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.13 |
| HSL | 115.45º | 0.67% | 0.62% | - |
| HSV(B) | 115.45º | 0.59% | 0.87% | - |
| XYZ | 33.64 | 56.3 | 18.99 | - |
| YUV | 171.47 | 82.58 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 91 | 0.55 | 0 | 0.59 | 0.13 | 115.45 | 0.67 | 0.62 |
| Hex | 65 | DF | 5B | 37 | 0 | 3B | D | 73 | 43 | 3E |
| Octal | 145 | 337 | 133 | 67 | 0 | 73 | 15 | 163 | 103 | 76 |
| Binary | 1100101 | 11011111 | 1011011 | 110111 | 0 | 111011 | 1101 | 1110011 | 1000011 | 111110 |
Color Harmonies of #65DF5B
Complementary color
Monochromatic Colors of #65DF5B
Black with #65DF5B
Text Example
Text Example
White with #65DF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DF5B; }
p { color: rgb(101,223,91); }
H1.HeaderClassName
{
color: #65DF5B;
}
.AnyTagClassName
{
color: #65DF5B;
}
</style>
background-color css
<style>
a { background-color: #65DF5B; }
a { background-color: rgb(101,223,91); }
div.DivClassName
{
background-color: #65DF5B;
}
.BgClassName
{
background-color: #65DF5B;
}
</style>
border-color css
<style>
span { border-color: #65DF5B; }
span { border-color: rgb(101,223,91); }
td.TdClassName
{
border-color: #65DF5B;
}
.TagClassName
{
border-color: #65DF5B;
}
</style>