Html Css Color HEX #C5D000 La Rioja

📋 copy color: '#C5D000'

red 197 ◦ green 208 ◦ blue 0

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

Shades of La Rioja #C5D000

Tints of La Rioja #C5D000

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.64%
G = 51.36%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#C5D000 (or 0xC5D000) is known color: La Rioja. HEX triplet: C5, D0 and 00. RGB value is (197,208,0). Sum of RGB (Red+Green+Blue) = 197+208+0=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D000 is #3A2FFF. Grayscale: #B5B5B5. Windows color (decimal): -3813376 or 53445. OLE color: 53445.

HSL color Cylindrical-coordinate representation of color #C5D000: hue angle of 63.17º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5D000 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 208 0 -
CMYK 0.05 0 1 0.18
HSL 63.17º 1% 0.41% -
HSV(B) 63.17º 1% 0.82% -
XYZ 45.58 56.98 8.6 -
YUV 181 25.86 139.41 -
System Red Green Blue C M Y K H S L
Decimal 197 208 0 0.05 0 1 0.18 63.17 1 0.41
Hex C5 D0 0 5 0 64 12 3F 64 29
Octal 305 320 0 5 0 144 22 77 144 51
Binary 11000101 11010000 0 101 0 1100100 10010 111111 1100100 101001

Color Harmonies of #C5D000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D000

Black with #C5D000

Text Example


Text Example

White with #C5D000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D000; }

 p { color: rgb(197,208,0); }

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

background-color css

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

 a { background-color: rgb(197,208,0); }

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

border-color css

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

 span { border-color: rgb(197,208,0); }

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