Html Css Color HEX #C1D319 Rio Grande

📋 copy color: '#C1D319'

red 193 ◦ green 211 ◦ blue 25

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

Shades of Rio Grande #C1D319

Tints of Rio Grande #C1D319

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.18%

 BLUE value IS 25 (10.16% from 255) = 5.83%

R = 44.99%
G = 49.18%
B = 5.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#C1D319 (or 0xC1D319) is known color: Rio Grande. HEX triplet: C1, D3 and 19. RGB value is (193,211,25). Sum of RGB (Red+Green+Blue) = 193+211+25=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D319 is #3E2CE6. Grayscale: #B9B9B9. Windows color (decimal): -4074727 or 1692609. OLE color: 1692609.

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

Color convert

RGB 193 211 25 -
CMYK 0.09 0 0.88 0.17
HSL 65.81º 0.79% 0.46% -
HSV(B) 65.81º 0.88% 0.83% -
XYZ 45.46 58 9.72 -
YUV 184.41 38.04 134.12 -
System Red Green Blue C M Y K H S L
Decimal 193 211 25 0.09 0 0.88 0.17 65.81 0.79 0.46
Hex C1 D3 19 9 0 58 11 42 4F 2E
Octal 301 323 31 11 0 130 21 102 117 56
Binary 11000001 11010011 11001 1001 0 1011000 10001 1000010 1001111 101110

Color Harmonies of #C1D319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D319

Black with #C1D319

Text Example


Text Example

White with #C1D319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D319; }

 p { color: rgb(193,211,25); }

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

background-color css

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

 a { background-color: rgb(193,211,25); }

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

border-color css

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

 span { border-color: rgb(193,211,25); }

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