Html Css Color HEX #C5D113 Rio Grande

📋 copy color: '#C5D113'

red 197 ◦ green 209 ◦ blue 19

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

Shades of Rio Grande #C5D113

Tints of Rio Grande #C5D113

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.18%

 BLUE value IS 19 (7.81% from 255) = 4.47%

R = 46.35%
G = 49.18%
B = 4.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#C5D113 (or 0xC5D113) is known color: Rio Grande. HEX triplet: C5, D1 and 13. RGB value is (197,209,19). Sum of RGB (Red+Green+Blue) = 197+209+19=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 209 (82.03% from 255 or 49.18% from 425); Blue value is 19 (7.81% from 255 or 4.47% from 425); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D113 is #3A2EEC. Grayscale: #B8B8B8. Windows color (decimal): -3813101 or 1298885. OLE color: 1298885.

HSL color Cylindrical-coordinate representation of color #C5D113: hue angle of 63.79º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5D113 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 209 19 -
CMYK 0.06 0 0.91 0.18
HSL 63.79º 0.83% 0.45% -
HSV(B) 63.79º 0.91% 0.82% -
XYZ 45.94 57.52 9.3 -
YUV 183.75 35.02 137.45 -
System Red Green Blue C M Y K H S L
Decimal 197 209 19 0.06 0 0.91 0.18 63.79 0.83 0.45
Hex C5 D1 13 6 0 5B 12 40 53 2D
Octal 305 321 23 6 0 133 22 100 123 55
Binary 11000101 11010001 10011 110 0 1011011 10010 1000000 1010011 101101

Color Harmonies of #C5D113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D113

Black with #C5D113

Text Example


Text Example

White with #C5D113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D113; }

 p { color: rgb(197,209,19); }

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

background-color css

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

 a { background-color: rgb(197,209,19); }

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

border-color css

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

 span { border-color: rgb(197,209,19); }

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