Shades of Pastel Green #6BDE5D
Tints of Pastel Green #6BDE5D
RGB
CMYK
RGB Variations
Color information
#6BDE5D (or 0x6BDE5D) is known color: Pastel Green. HEX triplet: 6B, DE and 5D. RGB value is (107,222,93). Sum of RGB (Red+Green+Blue) = 107+222+93=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 222 (87.11% from 255 or 52.61% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDE5D is #9421A2. Grayscale: #ADADAD. Windows color (decimal): -9707939 or 6151787. OLE color: 6151787.
HSL color Cylindrical-coordinate representation of color #6BDE5D: hue angle of 113.49º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BDE5D is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 222 | 93 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.13 |
| HSL | 113.49º | 0.66% | 0.62% | - |
| HSV(B) | 113.49º | 0.58% | 0.87% | - |
| XYZ | 34.16 | 56.16 | 19.4 | - |
| YUV | 172.91 | 82.9 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 222 | 93 | 0.52 | 0 | 0.58 | 0.13 | 113.49 | 0.66 | 0.62 |
| Hex | 6B | DE | 5D | 34 | 0 | 3A | D | 71 | 42 | 3E |
| Octal | 153 | 336 | 135 | 64 | 0 | 72 | 15 | 161 | 102 | 76 |
| Binary | 1101011 | 11011110 | 1011101 | 110100 | 0 | 111010 | 1101 | 1110001 | 1000010 | 111110 |
Color Harmonies of #6BDE5D
Complementary color
Monochromatic Colors of #6BDE5D
Black with #6BDE5D
Text Example
Text Example
White with #6BDE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDE5D; }
p { color: rgb(107,222,93); }
H1.HeaderClassName
{
color: #6BDE5D;
}
.AnyTagClassName
{
color: #6BDE5D;
}
</style>
background-color css
<style>
a { background-color: #6BDE5D; }
a { background-color: rgb(107,222,93); }
div.DivClassName
{
background-color: #6BDE5D;
}
.BgClassName
{
background-color: #6BDE5D;
}
</style>
border-color css
<style>
span { border-color: #6BDE5D; }
span { border-color: rgb(107,222,93); }
td.TdClassName
{
border-color: #6BDE5D;
}
.TagClassName
{
border-color: #6BDE5D;
}
</style>