Html Css Color HEX #C5D517 Rio Grande

📋 copy color: '#C5D517'

red 197 ◦ green 213 ◦ blue 23

#C5D517
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #C5D517

Tints of Rio Grande #C5D517

RGB

 RED value IS 197 (77.34% from 255) = 45.5%

 GREEN value IS 213 (83.59% from 255) = 49.19%

 BLUE value IS 23 (9.38% from 255) = 5.31%

R = 45.5%
G = 49.19%
B = 5.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#C5D517 (or 0xC5D517) is known color: Rio Grande. HEX triplet: C5, D5 and 17. RGB value is (197,213,23). Sum of RGB (Red+Green+Blue) = 197+213+23=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 23 (9.38% from 255 or 5.31% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D517 is #3A2AE8. Grayscale: #BBBBBB. Windows color (decimal): -3812073 or 1562053. OLE color: 1562053.

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

Color convert

RGB 197 213 23 -
CMYK 0.08 0 0.89 0.16
HSL 65.05º 0.81% 0.46% -
HSV(B) 65.05º 0.89% 0.84% -
XYZ 46.97 59.52 9.82 -
YUV 186.56 35.7 135.45 -
System Red Green Blue C M Y K H S L
Decimal 197 213 23 0.08 0 0.89 0.16 65.05 0.81 0.46
Hex C5 D5 17 8 0 59 10 41 51 2E
Octal 305 325 27 10 0 131 20 101 121 56
Binary 11000101 11010101 10111 1000 0 1011001 10000 1000001 1010001 101110

Color Harmonies of #C5D517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D517

Black with #C5D517

Text Example


Text Example

White with #C5D517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D517; }

 p { color: rgb(197,213,23); }

 H1.HeaderClassName
 {
   color: #C5D517;
 }
 .AnyTagClassName
 {
   color: #C5D517;
 }
</style>

background-color css

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

 a { background-color: rgb(197,213,23); }

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

border-color css

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

 span { border-color: rgb(197,213,23); }

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