Html Css Color HEX #C8D000 La Rioja

📋 copy color: '#C8D000'

red 200 ◦ green 208 ◦ blue 0

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

Shades of La Rioja #C8D000

Tints of La Rioja #C8D000

RGB

 RED value IS 200 (78.52% from 255) = 49.02%

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

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

R = 49.02%
G = 50.98%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#C8D000 (or 0xC8D000) is known color: La Rioja. HEX triplet: C8, D0 and 00. RGB value is (200,208,0). Sum of RGB (Red+Green+Blue) = 200+208+0=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D000 is #372FFF. Grayscale: #B6B6B6. Windows color (decimal): -3616768 or 53448. OLE color: 53448.

HSL color Cylindrical-coordinate representation of color #C8D000: hue angle of 62.31º 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 #C8D000 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 208 0 -
CMYK 0.04 0 1 0.18
HSL 62.31º 1% 0.41% -
HSV(B) 62.31º 1% 0.82% -
XYZ 46.38 57.39 8.63 -
YUV 181.9 25.35 140.91 -
System Red Green Blue C M Y K H S L
Decimal 200 208 0 0.04 0 1 0.18 62.31 1 0.41
Hex C8 D0 0 4 0 64 12 3E 64 29
Octal 310 320 0 4 0 144 22 76 144 51
Binary 11001000 11010000 0 100 0 1100100 10010 111110 1100100 101001

Color Harmonies of #C8D000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D000

Black with #C8D000

Text Example


Text Example

White with #C8D000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D000; }

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

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

background-color css

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

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

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

border-color css

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

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

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