Html Css Color HEX #C5D60C La Rioja

📋 copy color: '#C5D60C'

red 197 ◦ green 214 ◦ blue 12

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

Shades of La Rioja #C5D60C

Tints of La Rioja #C5D60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.84%

R = 46.57%
G = 50.59%
B = 2.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#C5D60C (or 0xC5D60C) is known color: La Rioja. HEX triplet: C5, D6 and 0C. RGB value is (197,214,12). Sum of RGB (Red+Green+Blue) = 197+214+12=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D60C is #3A29F3. Grayscale: #BABABA. Windows color (decimal): -3811828 or 841413. OLE color: 841413.

HSL color Cylindrical-coordinate representation of color #C5D60C: hue angle of 65.05º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5D60C is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 214 12 -
CMYK 0.08 0 0.94 0.16
HSL 65.05º 0.89% 0.44% -
HSV(B) 65.05º 0.94% 0.84% -
XYZ 47.14 59.99 9.44 -
YUV 185.89 29.87 135.93 -
System Red Green Blue C M Y K H S L
Decimal 197 214 12 0.08 0 0.94 0.16 65.05 0.89 0.44
Hex C5 D6 C 8 0 5E 10 41 59 2C
Octal 305 326 14 10 0 136 20 101 131 54
Binary 11000101 11010110 1100 1000 0 1011110 10000 1000001 1011001 101100

Color Harmonies of #C5D60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D60C

Black with #C5D60C

Text Example


Text Example

White with #C5D60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D60C; }

 p { color: rgb(197,214,12); }

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

background-color css

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

 a { background-color: rgb(197,214,12); }

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

border-color css

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

 span { border-color: rgb(197,214,12); }

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