Shades of Pastel Green #65D269
Tints of Pastel Green #65D269
RGB
CMYK
RGB Variations
Color information
#65D269 (or 0x65D269) is known color: Pastel Green. HEX triplet: 65, D2 and 69. RGB value is (101,210,105). Sum of RGB (Red+Green+Blue) = 101+210+105=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #65D269 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D269 is #9A2D96. Grayscale: #A5A5A5. Windows color (decimal): -10104215 or 6935141. OLE color: 6935141.
HSL color Cylindrical-coordinate representation of color #65D269: hue angle of 122.2º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D269 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 210 | 105 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.18 |
| HSL | 122.2º | 0.55% | 0.61% | - |
| HSV(B) | 122.2º | 0.52% | 0.82% | - |
| XYZ | 30.96 | 49.88 | 21.36 | - |
| YUV | 165.44 | 93.89 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 210 | 105 | 0.52 | 0 | 0.50 | 0.18 | 122.2 | 0.55 | 0.61 |
| Hex | 65 | D2 | 69 | 34 | 0 | 32 | 12 | 7A | 37 | 3D |
| Octal | 145 | 322 | 151 | 64 | 0 | 62 | 22 | 172 | 67 | 75 |
| Binary | 1100101 | 11010010 | 1101001 | 110100 | 0 | 110010 | 10010 | 1111010 | 110111 | 111101 |
Color Harmonies of #65D269
Complementary color
Monochromatic Colors of #65D269
Black with #65D269
Text Example
Text Example
White with #65D269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D269; }
p { color: rgb(101,210,105); }
H1.HeaderClassName
{
color: #65D269;
}
.AnyTagClassName
{
color: #65D269;
}
</style>
background-color css
<style>
a { background-color: #65D269; }
a { background-color: rgb(101,210,105); }
div.DivClassName
{
background-color: #65D269;
}
.BgClassName
{
background-color: #65D269;
}
</style>
border-color css
<style>
span { border-color: #65D269; }
span { border-color: rgb(101,210,105); }
td.TdClassName
{
border-color: #65D269;
}
.TagClassName
{
border-color: #65D269;
}
</style>