#C0D404

Color #C0D404 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C0D404

Tints of La Rioja #C0D404

Color information

#C0D404 (or 0xC0D404) is unknown color: approx La Rioja. HEX triplet: C0, D4 and 04. RGB value is (192,212,4). Sum of RGB (Red+Green+Blue) = 192+212+4=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 212 (83.20% from 255 or 51.96% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D404 is #3F2BFB. Grayscale: #B7B7B7. Windows color (decimal): -4140028 or 316608. OLE color: 316608.

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

Color convert

RGB1922124-
CMYK0.0900.980.17
HSL65.77º96.3%42.35%-
HSV(B)65.77º98.11%83.14%-
XYZ45.358.38.98-
YUV182.3127.37134.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.06%
GREEN value IS 212 (83.20% from 255) = 51.96%
BLUE value IS 4 (1.95% from 255) = 0.98%
R=47.06%
G=51.96%
B=0.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal19221240.0900.980.1765.7796.342.35
HexC0D4490621142602a
Octal30032441101422110214052
Binary11000000110101001001001011000101000110000101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D404; }

 p { color: rgb(192,212,4); }

 H1.HeaderClassName
 {
   color: #C0D404;
 }
 .AnyTagClassName
 {
   color: #C0D404;
 }
</style>
background-color css

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

 a { background-color: rgb(192,212,4); }

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

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

 span { border-color: rgb(192,212,4); }

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