Html Css Color HEX #C3D610 Rio Grande

📋 copy color: '#C3D610'

red 195 ◦ green 214 ◦ blue 16

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

Shades of Rio Grande #C3D610

Tints of Rio Grande #C3D610

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.35%

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

R = 45.88%
G = 50.35%
B = 3.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#C3D610 (or 0xC3D610) is known color: Rio Grande. HEX triplet: C3, D6 and 10. RGB value is (195,214,16). Sum of RGB (Red+Green+Blue) = 195+214+16=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D610 is #3C29EF. Grayscale: #BABABA. Windows color (decimal): -3942896 or 1103555. OLE color: 1103555.

HSL color Cylindrical-coordinate representation of color #C3D610: hue angle of 65.76º 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 #C3D610 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 214 16 -
CMYK 0.09 0 0.93 0.16
HSL 65.76º 0.86% 0.45% -
HSV(B) 65.76º 0.93% 0.84% -
XYZ 46.65 59.73 9.56 -
YUV 185.75 32.21 134.6 -
System Red Green Blue C M Y K H S L
Decimal 195 214 16 0.09 0 0.93 0.16 65.76 0.86 0.45
Hex C3 D6 10 9 0 5D 10 42 56 2D
Octal 303 326 20 11 0 135 20 102 126 55
Binary 11000011 11010110 10000 1001 0 1011101 10000 1000010 1010110 101101

Color Harmonies of #C3D610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D610

Black with #C3D610

Text Example


Text Example

White with #C3D610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D610; }

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

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

background-color css

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

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

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

border-color css

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

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

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