Shades of Pastel Green #6BD25F
Tints of Pastel Green #6BD25F
RGB
CMYK
RGB Variations
Color information
#6BD25F (or 0x6BD25F) is known color: Pastel Green. HEX triplet: 6B, D2 and 5F. RGB value is (107,210,95). Sum of RGB (Red+Green+Blue) = 107+210+95=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 210 (82.42% from 255 or 50.97% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD25F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD25F is #942DA0. Grayscale: #A6A6A6. Windows color (decimal): -9711009 or 6279787. OLE color: 6279787.
HSL color Cylindrical-coordinate representation of color #6BD25F: hue angle of 113.74º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BD25F is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 210 | 95 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.18 |
| HSL | 113.74º | 0.56% | 0.6% | - |
| HSV(B) | 113.74º | 0.55% | 0.82% | - |
| XYZ | 31.18 | 50.05 | 18.84 | - |
| YUV | 166.09 | 87.88 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 210 | 95 | 0.49 | 0 | 0.55 | 0.18 | 113.74 | 0.56 | 0.6 |
| Hex | 6B | D2 | 5F | 31 | 0 | 37 | 12 | 72 | 38 | 3C |
| Octal | 153 | 322 | 137 | 61 | 0 | 67 | 22 | 162 | 70 | 74 |
| Binary | 1101011 | 11010010 | 1011111 | 110001 | 0 | 110111 | 10010 | 1110010 | 111000 | 111100 |
Color Harmonies of #6BD25F
Complementary color
Monochromatic Colors of #6BD25F
Black with #6BD25F
Text Example
Text Example
White with #6BD25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD25F; }
p { color: rgb(107,210,95); }
H1.HeaderClassName
{
color: #6BD25F;
}
.AnyTagClassName
{
color: #6BD25F;
}
</style>
background-color css
<style>
a { background-color: #6BD25F; }
a { background-color: rgb(107,210,95); }
div.DivClassName
{
background-color: #6BD25F;
}
.BgClassName
{
background-color: #6BD25F;
}
</style>
border-color css
<style>
span { border-color: #6BD25F; }
span { border-color: rgb(107,210,95); }
td.TdClassName
{
border-color: #6BD25F;
}
.TagClassName
{
border-color: #6BD25F;
}
</style>