Html Css Color HEX #C1D113 Rio Grande

📋 copy color: '#C1D113'

red 193 ◦ green 209 ◦ blue 19

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

Shades of Rio Grande #C1D113

Tints of Rio Grande #C1D113

RGB

 RED value IS 193 (75.78% from 255) = 45.84%

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

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

R = 45.84%
G = 49.64%
B = 4.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#C1D113 (or 0xC1D113) is known color: Rio Grande. HEX triplet: C1, D1 and 13. RGB value is (193,209,19). Sum of RGB (Red+Green+Blue) = 193+209+19=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D113 is #3E2EEC. Grayscale: #B7B7B7. Windows color (decimal): -4075245 or 1298881. OLE color: 1298881.

HSL color Cylindrical-coordinate representation of color #C1D113: hue angle of 65.05º 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 #C1D113 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 209 19 -
CMYK 0.08 0 0.91 0.18
HSL 65.05º 0.83% 0.45% -
HSV(B) 65.05º 0.91% 0.82% -
XYZ 44.91 56.99 9.25 -
YUV 182.56 35.7 135.45 -
System Red Green Blue C M Y K H S L
Decimal 193 209 19 0.08 0 0.91 0.18 65.05 0.83 0.45
Hex C1 D1 13 8 0 5B 12 41 53 2D
Octal 301 321 23 10 0 133 22 101 123 55
Binary 11000001 11010001 10011 1000 0 1011011 10010 1000001 1010011 101101

Color Harmonies of #C1D113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D113

Black with #C1D113

Text Example


Text Example

White with #C1D113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D113; }

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

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

background-color css

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

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

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

border-color css

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

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

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