Shades of Pastel Green #65F283
Tints of Pastel Green #65F283
RGB
CMYK
RGB Variations
Color information
#65F283 (or 0x65F283) is known color: Pastel Green. HEX triplet: 65, F2 and 83. RGB value is (101,242,131). Sum of RGB (Red+Green+Blue) = 101+242+131=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #65F283 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F283 is #9A0D7C. Grayscale: #BBBBBB. Windows color (decimal): -10095997 or 8647269. OLE color: 8647269.
HSL color Cylindrical-coordinate representation of color #65F283: hue angle of 132.77º 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 #65F283 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 131 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.05 |
| HSL | 132.77º | 0.84% | 0.67% | - |
| HSV(B) | 132.77º | 0.58% | 0.95% | - |
| XYZ | 41.22 | 67.91 | 32.41 | - |
| YUV | 187.19 | 96.29 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 131 | 0.58 | 0 | 0.46 | 0.05 | 132.77 | 0.84 | 0.67 |
| Hex | 65 | F2 | 83 | 3A | 0 | 2E | 5 | 85 | 54 | 43 |
| Octal | 145 | 362 | 203 | 72 | 0 | 56 | 5 | 205 | 124 | 103 |
| Binary | 1100101 | 11110010 | 10000011 | 111010 | 0 | 101110 | 101 | 10000101 | 1010100 | 1000011 |
Color Harmonies of #65F283
Complementary color
Monochromatic Colors of #65F283
Black with #65F283
Text Example
Text Example
White with #65F283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F283; }
p { color: rgb(101,242,131); }
H1.HeaderClassName
{
color: #65F283;
}
.AnyTagClassName
{
color: #65F283;
}
</style>
background-color css
<style>
a { background-color: #65F283; }
a { background-color: rgb(101,242,131); }
div.DivClassName
{
background-color: #65F283;
}
.BgClassName
{
background-color: #65F283;
}
</style>
border-color css
<style>
span { border-color: #65F283; }
span { border-color: rgb(101,242,131); }
td.TdClassName
{
border-color: #65F283;
}
.TagClassName
{
border-color: #65F283;
}
</style>