Html Css Color HEX #C5D616 Rio Grande

📋 copy color: '#C5D616'

red 197 ◦ green 214 ◦ blue 22

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

Shades of Rio Grande #C5D616

Tints of Rio Grande #C5D616

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.42%

 BLUE value IS 22 (8.98% from 255) = 5.08%

R = 45.5%
G = 49.42%
B = 5.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#C5D616 (or 0xC5D616) is known color: Rio Grande. HEX triplet: C5, D6 and 16. RGB value is (197,214,22). Sum of RGB (Red+Green+Blue) = 197+214+22=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D616 is #3A29E9. Grayscale: #BBBBBB. Windows color (decimal): -3811818 or 1496773. OLE color: 1496773.

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

Color convert

RGB 197 214 22 -
CMYK 0.08 0 0.90 0.16
HSL 65.31º 0.81% 0.46% -
HSV(B) 65.31º 0.9% 0.84% -
XYZ 47.22 60.02 9.86 -
YUV 187.03 34.87 135.11 -
System Red Green Blue C M Y K H S L
Decimal 197 214 22 0.08 0 0.90 0.16 65.31 0.81 0.46
Hex C5 D6 16 8 0 5A 10 41 51 2E
Octal 305 326 26 10 0 132 20 101 121 56
Binary 11000101 11010110 10110 1000 0 1011010 10000 1000001 1010001 101110

Color Harmonies of #C5D616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D616

Black with #C5D616

Text Example


Text Example

White with #C5D616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D616; }

 p { color: rgb(197,214,22); }

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

background-color css

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

 a { background-color: rgb(197,214,22); }

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

border-color css

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

 span { border-color: rgb(197,214,22); }

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