Html Css Color HEX #C2D604 La Rioja

📋 copy color: '#C2D604'

red 194 ◦ green 214 ◦ blue 4

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

Shades of La Rioja #C2D604

Tints of La Rioja #C2D604

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.94%

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

R = 47.09%
G = 51.94%
B = 0.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#C2D604 (or 0xC2D604) is known color: La Rioja. HEX triplet: C2, D6 and 04. RGB value is (194,214,4). Sum of RGB (Red+Green+Blue) = 194+214+4=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D604 is #3D29FB. Grayscale: #B8B8B8. Windows color (decimal): -4008444 or 317122. OLE color: 317122.

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

Color convert

RGB 194 214 4 -
CMYK 0.09 0 0.98 0.16
HSL 65.71º 0.96% 0.43% -
HSV(B) 65.71º 0.98% 0.84% -
XYZ 46.32 59.57 9.17 -
YUV 184.08 26.37 135.08 -
System Red Green Blue C M Y K H S L
Decimal 194 214 4 0.09 0 0.98 0.16 65.71 0.96 0.43
Hex C2 D6 4 9 0 62 10 42 60 2B
Octal 302 326 4 11 0 142 20 102 140 53
Binary 11000010 11010110 100 1001 0 1100010 10000 1000010 1100000 101011

Color Harmonies of #C2D604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D604

Black with #C2D604

Text Example


Text Example

White with #C2D604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D604; }

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

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

background-color css

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

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

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

border-color css

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

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

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