Html Css Color HEX #C3D810 Rio Grande

📋 copy color: '#C3D810'

red 195 ◦ green 216 ◦ blue 16

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

Shades of Rio Grande #C3D810

Tints of Rio Grande #C3D810

RGB

 RED value IS 195 (76.56% from 255) = 45.67%

 GREEN value IS 216 (84.77% from 255) = 50.59%

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

R = 45.67%
G = 50.59%
B = 3.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#C3D810 (or 0xC3D810) is known color: Rio Grande. HEX triplet: C3, D8 and 10. RGB value is (195,216,16). Sum of RGB (Red+Green+Blue) = 195+216+16=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 216 (84.77% from 255 or 50.59% from 427); Blue value is 16 (6.64% from 255 or 3.75% from 427); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D810 is #3C27EF. Grayscale: #BBBBBB. Windows color (decimal): -3942384 or 1104067. OLE color: 1104067.

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

Color convert

RGB 195 216 16 -
CMYK 0.10 0 0.93 0.15
HSL 66.3º 0.86% 0.45% -
HSV(B) 66.3º 0.93% 0.85% -
XYZ 47.16 60.75 9.73 -
YUV 186.92 31.54 133.76 -
System Red Green Blue C M Y K H S L
Decimal 195 216 16 0.10 0 0.93 0.15 66.3 0.86 0.45
Hex C3 D8 10 A 0 5D F 42 56 2D
Octal 303 330 20 12 0 135 17 102 126 55
Binary 11000011 11011000 10000 1010 0 1011101 1111 1000010 1010110 101101

Color Harmonies of #C3D810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D810

Black with #C3D810

Text Example


Text Example

White with #C3D810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D810; }

 p { color: rgb(195,216,16); }

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

background-color css

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

 a { background-color: rgb(195,216,16); }

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

border-color css

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

 span { border-color: rgb(195,216,16); }

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