Shades of Rio Grande #C2D714
Tints of Rio Grande #C2D714
RGB
CMYK
RGB Variations
Color information
#C2D714 (or 0xC2D714) is known color: Rio Grande. HEX triplet: C2, D7 and 14. RGB value is (194,215,20). Sum of RGB (Red+Green+Blue) = 194+215+20=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D714 is #3D28EB. Grayscale: #BBBBBB. Windows color (decimal): -4008172 or 1365954. OLE color: 1365954.
HSL color Cylindrical-coordinate representation of color #C2D714: hue angle of 66.46º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2D714 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 20 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.16 |
| HSL | 66.46º | 0.83% | 0.46% | - |
| HSV(B) | 66.46º | 0.91% | 0.84% | - |
| XYZ | 46.67 | 60.12 | 9.81 | - |
| YUV | 186.49 | 34.04 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 20 | 0.10 | 0 | 0.91 | 0.16 | 66.46 | 0.83 | 0.46 |
| Hex | C2 | D7 | 14 | A | 0 | 5B | 10 | 42 | 53 | 2E |
| Octal | 302 | 327 | 24 | 12 | 0 | 133 | 20 | 102 | 123 | 56 |
| Binary | 11000010 | 11010111 | 10100 | 1010 | 0 | 1011011 | 10000 | 1000010 | 1010011 | 101110 |
Color Harmonies of #C2D714
Complementary color
Monochromatic Colors of #C2D714
Black with #C2D714
Text Example
Text Example
White with #C2D714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D714; }
p { color: rgb(194,215,20); }
H1.HeaderClassName
{
color: #C2D714;
}
.AnyTagClassName
{
color: #C2D714;
}
</style>
background-color css
<style>
a { background-color: #C2D714; }
a { background-color: rgb(194,215,20); }
div.DivClassName
{
background-color: #C2D714;
}
.BgClassName
{
background-color: #C2D714;
}
</style>
border-color css
<style>
span { border-color: #C2D714; }
span { border-color: rgb(194,215,20); }
td.TdClassName
{
border-color: #C2D714;
}
.TagClassName
{
border-color: #C2D714;
}
</style>