Html Css Color HEX #C1D611 Rio Grande

📋 copy color: '#C1D611'

red 193 ◦ green 214 ◦ blue 17

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

Shades of Rio Grande #C1D611

Tints of Rio Grande #C1D611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.01%

R = 45.52%
G = 50.47%
B = 4.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#C1D611 (or 0xC1D611) is known color: Rio Grande. HEX triplet: C1, D6 and 11. RGB value is (193,214,17). Sum of RGB (Red+Green+Blue) = 193+214+17=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D611 is #3E29EE. Grayscale: #BABABA. Windows color (decimal): -4073967 or 1169089. OLE color: 1169089.

HSL color Cylindrical-coordinate representation of color #C1D611: hue angle of 66.4º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1D611 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 214 17 -
CMYK 0.10 0 0.92 0.16
HSL 66.4º 0.85% 0.45% -
HSV(B) 66.4º 0.92% 0.84% -
XYZ 46.14 59.47 9.58 -
YUV 185.26 33.04 133.52 -
System Red Green Blue C M Y K H S L
Decimal 193 214 17 0.10 0 0.92 0.16 66.4 0.85 0.45
Hex C1 D6 11 A 0 5C 10 42 55 2D
Octal 301 326 21 12 0 134 20 102 125 55
Binary 11000001 11010110 10001 1010 0 1011100 10000 1000010 1010101 101101

Color Harmonies of #C1D611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D611

Black with #C1D611

Text Example


Text Example

White with #C1D611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D611; }

 p { color: rgb(193,214,17); }

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

background-color css

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

 a { background-color: rgb(193,214,17); }

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

border-color css

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

 span { border-color: rgb(193,214,17); }

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