Html Css Color HEX #C5D319 Rio Grande

📋 copy color: '#C5D319'

red 197 ◦ green 211 ◦ blue 25

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

Shades of Rio Grande #C5D319

Tints of Rio Grande #C5D319

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.73%

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

R = 45.5%
G = 48.73%
B = 5.77%

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

#C5D319 (or 0xC5D319) is known color: Rio Grande. HEX triplet: C5, D3 and 19. RGB value is (197,211,25). Sum of RGB (Red+Green+Blue) = 197+211+25=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 25 (10.16% from 255 or 5.77% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D319 is #3A2CE6. Grayscale: #BABABA. Windows color (decimal): -3812583 or 1692613. OLE color: 1692613.

HSL color Cylindrical-coordinate representation of color #C5D319: hue angle of 64.52º 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 #C5D319 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 211 25 -
CMYK 0.07 0 0.88 0.17
HSL 64.52º 0.79% 0.46% -
HSV(B) 64.52º 0.88% 0.83% -
XYZ 46.5 58.53 9.77 -
YUV 185.61 37.36 136.12 -
System Red Green Blue C M Y K H S L
Decimal 197 211 25 0.07 0 0.88 0.17 64.52 0.79 0.46
Hex C5 D3 19 7 0 58 11 41 4F 2E
Octal 305 323 31 7 0 130 21 101 117 56
Binary 11000101 11010011 11001 111 0 1011000 10001 1000001 1001111 101110

Color Harmonies of #C5D319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D319

Black with #C5D319

Text Example


Text Example

White with #C5D319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D319; }

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

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

background-color css

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

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

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

border-color css

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

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

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