Html Css Color HEX #C8D400 La Rioja

📋 copy color: '#C8D400'

red 200 ◦ green 212 ◦ blue 0

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

Shades of La Rioja #C8D400

Tints of La Rioja #C8D400

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.46%

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

R = 48.54%
G = 51.46%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#C8D400 (or 0xC8D400) is known color: La Rioja. HEX triplet: C8, D4 and 00. RGB value is (200,212,0). Sum of RGB (Red+Green+Blue) = 200+212+0=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 212 (83.20% from 255 or 51.46% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D400 is #372BFF. Grayscale: #B9B9B9. Windows color (decimal): -3615744 or 54472. OLE color: 54472.

HSL color Cylindrical-coordinate representation of color #C8D400: hue angle of 63.4º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8D400 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 212 0 -
CMYK 0.06 0 1 0.17
HSL 63.4º 1% 0.42% -
HSV(B) 63.4º 1% 0.83% -
XYZ 47.36 59.37 8.96 -
YUV 184.24 24.02 139.24 -
System Red Green Blue C M Y K H S L
Decimal 200 212 0 0.06 0 1 0.17 63.4 1 0.42
Hex C8 D4 0 6 0 64 11 3F 64 2A
Octal 310 324 0 6 0 144 21 77 144 52
Binary 11001000 11010100 0 110 0 1100100 10001 111111 1100100 101010

Color Harmonies of #C8D400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D400

Black with #C8D400

Text Example


Text Example

White with #C8D400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D400; }

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

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

background-color css

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

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

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

border-color css

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

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

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