Html Css Color HEX #C2D40C La Rioja

📋 copy color: '#C2D40C'

red 194 ◦ green 212 ◦ blue 12

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

Shades of La Rioja #C2D40C

Tints of La Rioja #C2D40C

RGB

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

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

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

R = 46.41%
G = 50.72%
B = 2.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#C2D40C (or 0xC2D40C) is known color: La Rioja. HEX triplet: C2, D4 and 0C. RGB value is (194,212,12). Sum of RGB (Red+Green+Blue) = 194+212+12=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 212 (83.20% from 255 or 50.72% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D40C is #3D2BF3. Grayscale: #B8B8B8. Windows color (decimal): -4008948 or 840898. OLE color: 840898.

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

Color convert

RGB 194 212 12 -
CMYK 0.08 0 0.94 0.17
HSL 65.4º 0.89% 0.44% -
HSV(B) 65.4º 0.94% 0.83% -
XYZ 45.86 58.58 9.24 -
YUV 183.82 31.04 135.26 -
System Red Green Blue C M Y K H S L
Decimal 194 212 12 0.08 0 0.94 0.17 65.4 0.89 0.44
Hex C2 D4 C 8 0 5E 11 41 59 2C
Octal 302 324 14 10 0 136 21 101 131 54
Binary 11000010 11010100 1100 1000 0 1011110 10001 1000001 1011001 101100

Color Harmonies of #C2D40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D40C

Black with #C2D40C

Text Example


Text Example

White with #C2D40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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