Html Css Color HEX #C1D400 La Rioja

📋 copy color: '#C1D400'

red 193 ◦ green 212 ◦ blue 0

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

Shades of La Rioja #C1D400

Tints of La Rioja #C1D400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.65%
G = 52.35%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#C1D400 (or 0xC1D400) is known color: La Rioja. HEX triplet: C1, D4 and 00. RGB value is (193,212,0). Sum of RGB (Red+Green+Blue) = 193+212+0=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 212 (83.20% from 255 or 52.35% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D400 is #3E2BFF. Grayscale: #B6B6B6. Windows color (decimal): -4074496 or 54465. OLE color: 54465.

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

Color convert

RGB 193 212 0 -
CMYK 0.09 0 1 0.17
HSL 65.38º 1% 0.42% -
HSV(B) 65.38º 1% 0.83% -
XYZ 45.54 58.42 8.88 -
YUV 182.15 25.21 135.74 -
System Red Green Blue C M Y K H S L
Decimal 193 212 0 0.09 0 1 0.17 65.38 1 0.42
Hex C1 D4 0 9 0 64 11 41 64 2A
Octal 301 324 0 11 0 144 21 101 144 52
Binary 11000001 11010100 0 1001 0 1100100 10001 1000001 1100100 101010

Color Harmonies of #C1D400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D400

Black with #C1D400

Text Example


Text Example

White with #C1D400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D400; }

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

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

background-color css

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

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

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

border-color css

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

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

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