Html Css Color HEX #C1D410 Rio Grande

📋 copy color: '#C1D410'

red 193 ◦ green 212 ◦ blue 16

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

Shades of Rio Grande #C1D410

Tints of Rio Grande #C1D410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.8%

R = 45.84%
G = 50.36%
B = 3.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#C1D410 (or 0xC1D410) is known color: Rio Grande. HEX triplet: C1, D4 and 10. RGB value is (193,212,16). Sum of RGB (Red+Green+Blue) = 193+212+16=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D410 is #3E2BEF. Grayscale: #B8B8B8. Windows color (decimal): -4074480 or 1103041. OLE color: 1103041.

HSL color Cylindrical-coordinate representation of color #C1D410: hue angle of 65.82º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1D410 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 212 16 -
CMYK 0.09 0 0.92 0.17
HSL 65.82º 0.86% 0.45% -
HSV(B) 65.82º 0.92% 0.83% -
XYZ 45.63 58.46 9.37 -
YUV 183.98 33.21 134.44 -
System Red Green Blue C M Y K H S L
Decimal 193 212 16 0.09 0 0.92 0.17 65.82 0.86 0.45
Hex C1 D4 10 9 0 5C 11 42 56 2D
Octal 301 324 20 11 0 134 21 102 126 55
Binary 11000001 11010100 10000 1001 0 1011100 10001 1000010 1010110 101101

Color Harmonies of #C1D410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D410

Black with #C1D410

Text Example


Text Example

White with #C1D410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D410; }

 p { color: rgb(193,212,16); }

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

background-color css

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

 a { background-color: rgb(193,212,16); }

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

border-color css

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

 span { border-color: rgb(193,212,16); }

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