Html Css Color HEX #C8D40C La Rioja

📋 copy color: '#C8D40C'

red 200 ◦ green 212 ◦ blue 12

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

Shades of La Rioja #C8D40C

Tints of La Rioja #C8D40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.83%

R = 47.17%
G = 50%
B = 2.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#C8D40C (or 0xC8D40C) is known color: La Rioja. HEX triplet: C8, D4 and 0C. RGB value is (200,212,12). Sum of RGB (Red+Green+Blue) = 200+212+12=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 212 (83.20% from 255 or 50% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D40C is #372BF3. Grayscale: #BABABA. Windows color (decimal): -3615732 or 840904. OLE color: 840904.

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

Color convert

RGB 200 212 12 -
CMYK 0.06 0 0.94 0.17
HSL 63.6º 0.89% 0.44% -
HSV(B) 63.6º 0.94% 0.83% -
XYZ 47.43 59.39 9.31 -
YUV 185.61 30.02 138.26 -
System Red Green Blue C M Y K H S L
Decimal 200 212 12 0.06 0 0.94 0.17 63.6 0.89 0.44
Hex C8 D4 C 6 0 5E 11 40 59 2C
Octal 310 324 14 6 0 136 21 100 131 54
Binary 11001000 11010100 1100 110 0 1011110 10001 1000000 1011001 101100

Color Harmonies of #C8D40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D40C

Black with #C8D40C

Text Example


Text Example

White with #C8D40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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