Html Css Color HEX #C8D710 Rio Grande

📋 copy color: '#C8D710'

red 200 ◦ green 215 ◦ blue 16

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

Shades of Rio Grande #C8D710

Tints of Rio Grande #C8D710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.88%

 BLUE value IS 16 (6.64% from 255) = 3.71%

R = 46.4%
G = 49.88%
B = 3.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#C8D710 (or 0xC8D710) is known color: Rio Grande. HEX triplet: C8, D7 and 10. RGB value is (200,215,16). Sum of RGB (Red+Green+Blue) = 200+215+16=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D710 is #3728EF. Grayscale: #BCBCBC. Windows color (decimal): -3614960 or 1103816. OLE color: 1103816.

HSL color Cylindrical-coordinate representation of color #C8D710: hue angle of 64.52º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8D710 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 215 16 -
CMYK 0.07 0 0.93 0.16
HSL 64.52º 0.86% 0.45% -
HSV(B) 64.52º 0.93% 0.84% -
XYZ 48.21 60.92 9.71 -
YUV 187.83 31.03 136.68 -
System Red Green Blue C M Y K H S L
Decimal 200 215 16 0.07 0 0.93 0.16 64.52 0.86 0.45
Hex C8 D7 10 7 0 5D 10 41 56 2D
Octal 310 327 20 7 0 135 20 101 126 55
Binary 11001000 11010111 10000 111 0 1011101 10000 1000001 1010110 101101

Color Harmonies of #C8D710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D710

Black with #C8D710

Text Example


Text Example

White with #C8D710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D710; }

 p { color: rgb(200,215,16); }

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

background-color css

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

 a { background-color: rgb(200,215,16); }

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

border-color css

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

 span { border-color: rgb(200,215,16); }

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