Html Css Color HEX #C8D30C La Rioja

📋 copy color: '#C8D30C'

red 200 ◦ green 211 ◦ blue 12

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

Shades of La Rioja #C8D30C

Tints of La Rioja #C8D30C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.88%

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

R = 47.28%
G = 49.88%
B = 2.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#C8D30C (or 0xC8D30C) is known color: La Rioja. HEX triplet: C8, D3 and 0C. RGB value is (200,211,12). Sum of RGB (Red+Green+Blue) = 200+211+12=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D30C is #372CF3. Grayscale: #B9B9B9. Windows color (decimal): -3615988 or 840648. OLE color: 840648.

HSL color Cylindrical-coordinate representation of color #C8D30C: hue angle of 63.32º 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 #C8D30C is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 211 12 -
CMYK 0.05 0 0.94 0.17
HSL 63.32º 0.89% 0.44% -
HSV(B) 63.32º 0.94% 0.83% -
XYZ 47.18 58.89 9.23 -
YUV 185.03 30.36 138.68 -
System Red Green Blue C M Y K H S L
Decimal 200 211 12 0.05 0 0.94 0.17 63.32 0.89 0.44
Hex C8 D3 C 5 0 5E 11 3F 59 2C
Octal 310 323 14 5 0 136 21 77 131 54
Binary 11001000 11010011 1100 101 0 1011110 10001 111111 1011001 101100

Color Harmonies of #C8D30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D30C

Black with #C8D30C

Text Example


Text Example

White with #C8D30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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