Html Css Color HEX #C2D004 La Rioja

📋 copy color: '#C2D004'

red 194 ◦ green 208 ◦ blue 4

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

Shades of La Rioja #C2D004

Tints of La Rioja #C2D004

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.23%

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 47.78%
G = 51.23%
B = 0.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#C2D004 (or 0xC2D004) is known color: La Rioja. HEX triplet: C2, D0 and 04. RGB value is (194,208,4). Sum of RGB (Red+Green+Blue) = 194+208+4=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D004 is #3D2FFB. Grayscale: #B5B5B5. Windows color (decimal): -4009980 or 315586. OLE color: 315586.

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

Color convert

RGB 194 208 4 -
CMYK 0.07 0 0.98 0.18
HSL 64.12º 0.96% 0.42% -
HSV(B) 64.12º 0.98% 0.82% -
XYZ 44.83 56.59 8.68 -
YUV 180.56 28.36 137.59 -
System Red Green Blue C M Y K H S L
Decimal 194 208 4 0.07 0 0.98 0.18 64.12 0.96 0.42
Hex C2 D0 4 7 0 62 12 40 60 2A
Octal 302 320 4 7 0 142 22 100 140 52
Binary 11000010 11010000 100 111 0 1100010 10010 1000000 1100000 101010

Color Harmonies of #C2D004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D004

Black with #C2D004

Text Example


Text Example

White with #C2D004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D004; }

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

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

background-color css

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

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

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

border-color css

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

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

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