Html Css Color HEX #C5D410 Rio Grande

📋 copy color: '#C5D410'

red 197 ◦ green 212 ◦ blue 16

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

Shades of Rio Grande #C5D410

Tints of Rio Grande #C5D410

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.88%

 BLUE value IS 16 (6.64% from 255) = 3.76%

R = 46.35%
G = 49.88%
B = 3.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#C5D410 (or 0xC5D410) is known color: Rio Grande. HEX triplet: C5, D4 and 10. RGB value is (197,212,16). Sum of RGB (Red+Green+Blue) = 197+212+16=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D410 is #3A2BEF. Grayscale: #B9B9B9. Windows color (decimal): -3812336 or 1103045. OLE color: 1103045.

HSL color Cylindrical-coordinate representation of color #C5D410: hue angle of 64.59º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5D410 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 212 16 -
CMYK 0.07 0 0.92 0.17
HSL 64.59º 0.86% 0.45% -
HSV(B) 64.59º 0.92% 0.83% -
XYZ 46.66 58.99 9.42 -
YUV 185.17 32.53 136.44 -
System Red Green Blue C M Y K H S L
Decimal 197 212 16 0.07 0 0.92 0.17 64.59 0.86 0.45
Hex C5 D4 10 7 0 5C 11 41 56 2D
Octal 305 324 20 7 0 134 21 101 126 55
Binary 11000101 11010100 10000 111 0 1011100 10001 1000001 1010110 101101

Color Harmonies of #C5D410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D410

Black with #C5D410

Text Example


Text Example

White with #C5D410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D410; }

 p { color: rgb(197,212,16); }

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

background-color css

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

 a { background-color: rgb(197,212,16); }

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

border-color css

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

 span { border-color: rgb(197,212,16); }

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