Html Css Color HEX #C5D419 Rio Grande

📋 copy color: '#C5D419'

red 197 ◦ green 212 ◦ blue 25

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

Shades of Rio Grande #C5D419

Tints of Rio Grande #C5D419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.76%

R = 45.39%
G = 48.85%
B = 5.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#C5D419 (or 0xC5D419) is known color: Rio Grande. HEX triplet: C5, D4 and 19. RGB value is (197,212,25). Sum of RGB (Red+Green+Blue) = 197+212+25=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 25 (10.16% from 255 or 5.76% from 434); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D419 is #3A2BE6. Grayscale: #BABABA. Windows color (decimal): -3812327 or 1692869. OLE color: 1692869.

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

Color convert

RGB 197 212 25 -
CMYK 0.07 0 0.88 0.17
HSL 64.81º 0.79% 0.46% -
HSV(B) 64.81º 0.88% 0.83% -
XYZ 46.74 59.03 9.85 -
YUV 186.2 37.03 135.71 -
System Red Green Blue C M Y K H S L
Decimal 197 212 25 0.07 0 0.88 0.17 64.81 0.79 0.46
Hex C5 D4 19 7 0 58 11 41 4F 2E
Octal 305 324 31 7 0 130 21 101 117 56
Binary 11000101 11010100 11001 111 0 1011000 10001 1000001 1001111 101110

Color Harmonies of #C5D419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D419

Black with #C5D419

Text Example


Text Example

White with #C5D419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D419; }

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

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

background-color css

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

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

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

border-color css

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

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

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