Html Css Color HEX #C5D20E La Rioja

📋 copy color: '#C5D20E'

red 197 ◦ green 210 ◦ blue 14

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

Shades of La Rioja #C5D20E

Tints of La Rioja #C5D20E

RGB

 RED value IS 197 (77.34% from 255) = 46.79%

 GREEN value IS 210 (82.42% from 255) = 49.88%

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

R = 46.79%
G = 49.88%
B = 3.33%

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

#C5D20E (or 0xC5D20E) is known color: La Rioja. HEX triplet: C5, D2 and 0E. RGB value is (197,210,14). Sum of RGB (Red+Green+Blue) = 197+210+14=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D20E is #3A2DF1. Grayscale: #B8B8B8. Windows color (decimal): -3812850 or 971461. OLE color: 971461.

HSL color Cylindrical-coordinate representation of color #C5D20E: hue angle of 63.98º degrees, saturation: 0.88, 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 #C5D20E is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 210 14 -
CMYK 0.06 0 0.93 0.18
HSL 63.98º 0.88% 0.44% -
HSV(B) 63.98º 0.93% 0.82% -
XYZ 46.15 58 9.18 -
YUV 183.77 32.19 137.44 -
System Red Green Blue C M Y K H S L
Decimal 197 210 14 0.06 0 0.93 0.18 63.98 0.88 0.44
Hex C5 D2 E 6 0 5D 12 40 58 2C
Octal 305 322 16 6 0 135 22 100 130 54
Binary 11000101 11010010 1110 110 0 1011101 10010 1000000 1011000 101100

Color Harmonies of #C5D20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D20E

Black with #C5D20E

Text Example


Text Example

White with #C5D20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D20E; }

 p { color: rgb(197,210,14); }

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

background-color css

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

 a { background-color: rgb(197,210,14); }

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

border-color css

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

 span { border-color: rgb(197,210,14); }

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