Shades of Bright Green #69D602
Tints of Bright Green #69D602
RGB
CMYK
RGB Variations
Color information
#69D602 (or 0x69D602) is known color: Bright Green. HEX triplet: 69, D6 and 02. RGB value is (105,214,2). Sum of RGB (Red+Green+Blue) = 105+214+2=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 214 (83.98% from 255 or 66.67% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 214 - color contains mainly: green. Hex color #69D602 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D602 is #9629FD. Grayscale: #9D9D9D. Windows color (decimal): -9841150 or 185961. OLE color: 185961.
HSL color Cylindrical-coordinate representation of color #69D602: hue angle of 90.85º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69D602 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 214 | 2 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.16 |
| HSL | 90.85º | 0.98% | 0.42% | - |
| HSV(B) | 90.85º | 0.99% | 0.84% | - |
| XYZ | 29.88 | 51.1 | 8.35 | - |
| YUV | 157.24 | 40.39 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 214 | 2 | 0.51 | 0 | 0.99 | 0.16 | 90.85 | 0.98 | 0.42 |
| Hex | 69 | D6 | 2 | 33 | 0 | 63 | 10 | 5B | 62 | 2A |
| Octal | 151 | 326 | 2 | 63 | 0 | 143 | 20 | 133 | 142 | 52 |
| Binary | 1101001 | 11010110 | 10 | 110011 | 0 | 1100011 | 10000 | 1011011 | 1100010 | 101010 |
Color Harmonies of #69D602
Complementary color
Monochromatic Colors of #69D602
Black with #69D602
Text Example
Text Example
White with #69D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D602; }
p { color: rgb(105,214,2); }
H1.HeaderClassName
{
color: #69D602;
}
.AnyTagClassName
{
color: #69D602;
}
</style>
background-color css
<style>
a { background-color: #69D602; }
a { background-color: rgb(105,214,2); }
div.DivClassName
{
background-color: #69D602;
}
.BgClassName
{
background-color: #69D602;
}
</style>
border-color css
<style>
span { border-color: #69D602; }
span { border-color: rgb(105,214,2); }
td.TdClassName
{
border-color: #69D602;
}
.TagClassName
{
border-color: #69D602;
}
</style>