Shades of Pastel Green #6BDF5A
Tints of Pastel Green #6BDF5A
RGB
CMYK
RGB Variations
Color information
#6BDF5A (or 0x6BDF5A) is known color: Pastel Green. HEX triplet: 6B, DF and 5A. RGB value is (107,223,90). Sum of RGB (Red+Green+Blue) = 107+223+90=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDF5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDF5A is #9420A5. Grayscale: #ADADAD. Windows color (decimal): -9707686 or 5955435. OLE color: 5955435.
HSL color Cylindrical-coordinate representation of color #6BDF5A: hue angle of 112.33º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6BDF5A is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 223 | 90 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.13 |
| HSL | 112.33º | 0.68% | 0.61% | - |
| HSV(B) | 112.33º | 0.6% | 0.87% | - |
| XYZ | 34.3 | 56.64 | 18.8 | - |
| YUV | 173.15 | 81.07 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 90 | 0.52 | 0 | 0.60 | 0.13 | 112.33 | 0.68 | 0.61 |
| Hex | 6B | DF | 5A | 34 | 0 | 3C | D | 70 | 44 | 3D |
| Octal | 153 | 337 | 132 | 64 | 0 | 74 | 15 | 160 | 104 | 75 |
| Binary | 1101011 | 11011111 | 1011010 | 110100 | 0 | 111100 | 1101 | 1110000 | 1000100 | 111101 |
Color Harmonies of #6BDF5A
Complementary color
Monochromatic Colors of #6BDF5A
Black with #6BDF5A
Text Example
Text Example
White with #6BDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDF5A; }
p { color: rgb(107,223,90); }
H1.HeaderClassName
{
color: #6BDF5A;
}
.AnyTagClassName
{
color: #6BDF5A;
}
</style>
background-color css
<style>
a { background-color: #6BDF5A; }
a { background-color: rgb(107,223,90); }
div.DivClassName
{
background-color: #6BDF5A;
}
.BgClassName
{
background-color: #6BDF5A;
}
</style>
border-color css
<style>
span { border-color: #6BDF5A; }
span { border-color: rgb(107,223,90); }
td.TdClassName
{
border-color: #6BDF5A;
}
.TagClassName
{
border-color: #6BDF5A;
}
</style>