#c7d813

Color #C7D813 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #C7D813

Tints of Rio Grande #C7D813

Color information

#C7D813 (or 0xC7D813) is unknown color: approx Rio Grande. HEX triplet: C7, D8 and 13. RGB value is (199,216,19). Sum of RGB (Red+Green+Blue) = 199+216+19=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D813 is #3827EC. Grayscale: #BDBDBD. Windows color (decimal): -3680237 or 1300679. OLE color: 1300679.

HSL color Cylindrical-coordinate representation of color #C7D813: hue angle of 65.18º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7D813 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB19921619-
CMYK0.0800.910.15
HSL65.18º83.83%46.08%-
HSV(B)65.18º91.2%84.71%-
XYZ48.2361.39.91-
YUV188.4632.37135.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 45.85%
GREEN value IS 216 (84.77% from 255) = 49.77%
BLUE value IS 19 (7.81% from 255) = 4.38%
R=45.85%
G=49.77%
B=4.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal199216190.0800.910.1565.1883.8346.08
HexC7D813805BF41542e
Octal307330231001331710112456
Binary110001111101100010011100001011011111110000011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7d813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7d813; }

 p { color: rgb(199,216,19); }

 H1.HeaderClassName
 {
   color: #c7d813;
 }
 .AnyTagClassName
 {
   color: #c7d813;
 }
</style>
background-color css

<style>
 a { background-color: #c7d813; }

 a { background-color: rgb(199,216,19); }

 div.DivClassName
 {
   background-color: #c7d813;
 }
 .BgClassName
 {
   background-color: #c7d813;
 }
</style>
border-color css

<style>
 span { border-color: #c7d813; }

 span { border-color: rgb(199,216,19); }

 td.TdClassName
 {
   border-color: #c7d813;
 }
 .TagClassName
 {
   border-color: #c7d813;
 }
</style>