Html Css Color HEX #C5D504 La Rioja

📋 copy color: '#C5D504'

red 197 ◦ green 213 ◦ blue 4

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

Shades of La Rioja #C5D504

Tints of La Rioja #C5D504

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.45%

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

R = 47.58%
G = 51.45%
B = 0.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#C5D504 (or 0xC5D504) is known color: La Rioja. HEX triplet: C5, D5 and 04. RGB value is (197,213,4). Sum of RGB (Red+Green+Blue) = 197+213+4=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D504 is #3A2AFB. Grayscale: #B9B9B9. Windows color (decimal): -3812092 or 316869. OLE color: 316869.

HSL color Cylindrical-coordinate representation of color #C5D504: hue angle of 64.59º 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 #C5D504 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 213 4 -
CMYK 0.08 0 0.98 0.16
HSL 64.59º 0.96% 0.43% -
HSV(B) 64.59º 0.98% 0.84% -
XYZ 46.84 59.47 9.12 -
YUV 184.39 26.2 136.99 -
System Red Green Blue C M Y K H S L
Decimal 197 213 4 0.08 0 0.98 0.16 64.59 0.96 0.43
Hex C5 D5 4 8 0 62 10 41 60 2B
Octal 305 325 4 10 0 142 20 101 140 53
Binary 11000101 11010101 100 1000 0 1100010 10000 1000001 1100000 101011

Color Harmonies of #C5D504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D504

Black with #C5D504

Text Example


Text Example

White with #C5D504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D504; }

 p { color: rgb(197,213,4); }

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

background-color css

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

 a { background-color: rgb(197,213,4); }

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

border-color css

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

 span { border-color: rgb(197,213,4); }

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