Html Css Color HEX #C3D113 Rio Grande

📋 copy color: '#C3D113'

red 195 ◦ green 209 ◦ blue 19

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

Shades of Rio Grande #C3D113

Tints of Rio Grande #C3D113

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.41%

 BLUE value IS 19 (7.81% from 255) = 4.49%

R = 46.1%
G = 49.41%
B = 4.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#C3D113 (or 0xC3D113) is known color: Rio Grande. HEX triplet: C3, D1 and 13. RGB value is (195,209,19). Sum of RGB (Red+Green+Blue) = 195+209+19=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D113 is #3C2EEC. Grayscale: #B7B7B7. Windows color (decimal): -3944173 or 1298883. OLE color: 1298883.

HSL color Cylindrical-coordinate representation of color #C3D113: hue angle of 64.42º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3D113 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 209 19 -
CMYK 0.07 0 0.91 0.18
HSL 64.42º 0.83% 0.45% -
HSV(B) 64.42º 0.91% 0.82% -
XYZ 45.42 57.25 9.27 -
YUV 183.15 35.36 136.45 -
System Red Green Blue C M Y K H S L
Decimal 195 209 19 0.07 0 0.91 0.18 64.42 0.83 0.45
Hex C3 D1 13 7 0 5B 12 40 53 2D
Octal 303 321 23 7 0 133 22 100 123 55
Binary 11000011 11010001 10011 111 0 1011011 10010 1000000 1010011 101101

Color Harmonies of #C3D113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D113

Black with #C3D113

Text Example


Text Example

White with #C3D113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D113; }

 p { color: rgb(195,209,19); }

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

background-color css

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

 a { background-color: rgb(195,209,19); }

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

border-color css

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

 span { border-color: rgb(195,209,19); }

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