#C0D30C

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

Shades of La Rioja #C0D30C

Tints of La Rioja #C0D30C

Color information

#C0D30C (or 0xC0D30C) is unknown color: approx La Rioja. HEX triplet: C0, D3 and 0C. RGB value is (192,211,12). Sum of RGB (Red+Green+Blue) = 192+211+12=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 211 (82.81% from 255 or 50.84% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D30C is #3F2CF3. Grayscale: #B7B7B7. Windows color (decimal): -4140276 or 840640. OLE color: 840640.

HSL color Cylindrical-coordinate representation of color #C0D30C: hue angle of 65.73º 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 #C0D30C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB19221112-
CMYK0.0900.940.17
HSL65.73º89.24%43.73%-
HSV(B)65.73º94.31%82.75%-
XYZ45.157.829.13-
YUV182.6331.71134.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 211 (82.81% from 255) = 50.84%
BLUE value IS 12 (5.08% from 255) = 2.89%
R=46.27%
G=50.84%
B=2.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal192211120.0900.940.1765.7389.2443.73
HexC0D3C905E1142592c
Octal300323141101362110213154
Binary110000001101001111001001010111101000110000101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D30C; }

 p { color: rgb(192,211,12); }

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

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

 a { background-color: rgb(192,211,12); }

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

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

 span { border-color: rgb(192,211,12); }

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