#C2D007

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

Shades of La Rioja #C2D007

Tints of La Rioja #C2D007

Color information

#C2D007 (or 0xC2D007) is unknown color: approx La Rioja. HEX triplet: C2, D0 and 07. RGB value is (194,208,7). Sum of RGB (Red+Green+Blue) = 194+208+7=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D007 is #3D2FF8. Grayscale: #B5B5B5. Windows color (decimal): -4009977 or 512194. OLE color: 512194.

HSL color Cylindrical-coordinate representation of color #C2D007: hue angle of 64.18º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2D007 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB1942087-
CMYK0.0700.970.18
HSL64.18º93.49%42.16%-
HSV(B)64.18º96.63%81.57%-
XYZ44.8456.68.76-
YUV180.929.86137.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 208 (81.64% from 255) = 50.86%
BLUE value IS 7 (3.12% from 255) = 1.71%
R=47.43%
G=50.86%
B=1.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal19420870.0700.970.1864.1893.4942.16
HexC2D07706112405d2a
Octal3023207701412210013552
Binary1100001011010000111111011000011001010000001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D007; }

 p { color: rgb(194,208,7); }

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

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

 a { background-color: rgb(194,208,7); }

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

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

 span { border-color: rgb(194,208,7); }

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