Html Css Color HEX #C3D716 Rio Grande

📋 copy color: '#C3D716'

red 195 ◦ green 215 ◦ blue 22

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

Shades of Rio Grande #C3D716

Tints of Rio Grande #C3D716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.09%

R = 45.14%
G = 49.77%
B = 5.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#C3D716 (or 0xC3D716) is known color: Rio Grande. HEX triplet: C3, D7 and 16. RGB value is (195,215,22). Sum of RGB (Red+Green+Blue) = 195+215+22=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #C3D716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D716 is #3C28E9. Grayscale: #BBBBBB. Windows color (decimal): -3942634 or 1497027. OLE color: 1497027.

HSL color Cylindrical-coordinate representation of color #C3D716: hue angle of 66.22º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3D716 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 215 22 -
CMYK 0.09 0 0.90 0.16
HSL 66.22º 0.81% 0.46% -
HSV(B) 66.22º 0.9% 0.84% -
XYZ 46.95 60.26 9.92 -
YUV 187.02 34.87 133.69 -
System Red Green Blue C M Y K H S L
Decimal 195 215 22 0.09 0 0.90 0.16 66.22 0.81 0.46
Hex C3 D7 16 9 0 5A 10 42 51 2E
Octal 303 327 26 11 0 132 20 102 121 56
Binary 11000011 11010111 10110 1001 0 1011010 10000 1000010 1010001 101110

Color Harmonies of #C3D716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D716

Black with #C3D716

Text Example


Text Example

White with #C3D716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D716; }

 p { color: rgb(195,215,22); }

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

background-color css

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

 a { background-color: rgb(195,215,22); }

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

border-color css

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

 span { border-color: rgb(195,215,22); }

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