Html Css Color HEX #C4D10E La Rioja

📋 copy color: '#C4D10E'

red 196 ◦ green 209 ◦ blue 14

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

Shades of La Rioja #C4D10E

Tints of La Rioja #C4D10E

RGB

 RED value IS 196 (76.95% from 255) = 46.78%

 GREEN value IS 209 (82.03% from 255) = 49.88%

 BLUE value IS 14 (5.86% from 255) = 3.34%

R = 46.78%
G = 49.88%
B = 3.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#C4D10E (or 0xC4D10E) is known color: La Rioja. HEX triplet: C4, D1 and 0E. RGB value is (196,209,14). Sum of RGB (Red+Green+Blue) = 196+209+14=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D10E is #3B2EF1. Grayscale: #B7B7B7. Windows color (decimal): -3878642 or 971204. OLE color: 971204.

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

Color convert

RGB 196 209 14 -
CMYK 0.06 0 0.93 0.18
HSL 64º 0.87% 0.44% -
HSV(B) 64º 0.93% 0.82% -
XYZ 45.64 57.37 9.08 -
YUV 182.88 32.69 137.36 -
System Red Green Blue C M Y K H S L
Decimal 196 209 14 0.06 0 0.93 0.18 64 0.87 0.44
Hex C4 D1 E 6 0 5D 12 40 57 2C
Octal 304 321 16 6 0 135 22 100 127 54
Binary 11000100 11010001 1110 110 0 1011101 10010 1000000 1010111 101100

Color Harmonies of #C4D10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D10E

Black with #C4D10E

Text Example


Text Example

White with #C4D10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D10E; }

 p { color: rgb(196,209,14); }

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

background-color css

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

 a { background-color: rgb(196,209,14); }

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

border-color css

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

 span { border-color: rgb(196,209,14); }

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