Html Css Color HEX #C2D50C La Rioja

📋 copy color: '#C2D50C'

red 194 ◦ green 213 ◦ blue 12

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

Shades of La Rioja #C2D50C

Tints of La Rioja #C2D50C

RGB

 RED value IS 194 (76.17% from 255) = 46.3%

 GREEN value IS 213 (83.59% from 255) = 50.84%

 BLUE value IS 12 (5.08% from 255) = 2.86%

R = 46.3%
G = 50.84%
B = 2.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#C2D50C (or 0xC2D50C) is known color: La Rioja. HEX triplet: C2, D5 and 0C. RGB value is (194,213,12). Sum of RGB (Red+Green+Blue) = 194+213+12=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D50C is #3D2AF3. Grayscale: #B9B9B9. Windows color (decimal): -4008692 or 841154. OLE color: 841154.

HSL color Cylindrical-coordinate representation of color #C2D50C: hue angle of 65.67º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2D50C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 213 12 -
CMYK 0.09 0 0.94 0.16
HSL 65.67º 0.89% 0.44% -
HSV(B) 65.67º 0.94% 0.84% -
XYZ 46.11 59.08 9.32 -
YUV 184.41 30.71 134.84 -
System Red Green Blue C M Y K H S L
Decimal 194 213 12 0.09 0 0.94 0.16 65.67 0.89 0.44
Hex C2 D5 C 9 0 5E 10 42 59 2C
Octal 302 325 14 11 0 136 20 102 131 54
Binary 11000010 11010101 1100 1001 0 1011110 10000 1000010 1011001 101100

Color Harmonies of #C2D50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D50C

Black with #C2D50C

Text Example


Text Example

White with #C2D50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D50C; }

 p { color: rgb(194,213,12); }

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

background-color css

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

 a { background-color: rgb(194,213,12); }

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

border-color css

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

 span { border-color: rgb(194,213,12); }

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