Html Css Color HEX #C5D008 La Rioja

📋 copy color: '#C5D008'

red 197 ◦ green 208 ◦ blue 8

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

Shades of La Rioja #C5D008

Tints of La Rioja #C5D008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.94%

R = 47.7%
G = 50.36%
B = 1.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#C5D008 (or 0xC5D008) is known color: La Rioja. HEX triplet: C5, D0 and 08. RGB value is (197,208,8). Sum of RGB (Red+Green+Blue) = 197+208+8=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 8 (3.52% from 255 or 1.94% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D008 is #3A2FF7. Grayscale: #B6B6B6. Windows color (decimal): -3813368 or 577733. OLE color: 577733.

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

Color convert

RGB 197 208 8 -
CMYK 0.05 0 0.96 0.18
HSL 63.3º 0.93% 0.42% -
HSV(B) 63.3º 0.96% 0.82% -
XYZ 45.63 57 8.83 -
YUV 181.91 29.86 138.76 -
System Red Green Blue C M Y K H S L
Decimal 197 208 8 0.05 0 0.96 0.18 63.3 0.93 0.42
Hex C5 D0 8 5 0 60 12 3F 5D 2A
Octal 305 320 10 5 0 140 22 77 135 52
Binary 11000101 11010000 1000 101 0 1100000 10010 111111 1011101 101010

Color Harmonies of #C5D008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D008

Black with #C5D008

Text Example


Text Example

White with #C5D008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D008; }

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

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

background-color css

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

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

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

border-color css

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

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

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