Html Css Color HEX #C2D113 Rio Grande

📋 copy color: '#C2D113'

red 194 ◦ green 209 ◦ blue 19

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

Shades of Rio Grande #C2D113

Tints of Rio Grande #C2D113

RGB

 RED value IS 194 (76.17% from 255) = 45.97%

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

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

R = 45.97%
G = 49.53%
B = 4.5%

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

#C2D113 (or 0xC2D113) is known color: Rio Grande. HEX triplet: C2, D1 and 13. RGB value is (194,209,19). Sum of RGB (Red+Green+Blue) = 194+209+19=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 209 (82.03% from 255 or 49.53% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D113 is #3D2EEC. Grayscale: #B7B7B7. Windows color (decimal): -4009709 or 1298882. OLE color: 1298882.

HSL color Cylindrical-coordinate representation of color #C2D113: hue angle of 64.74º 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 #C2D113 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 209 19 -
CMYK 0.07 0 0.91 0.18
HSL 64.74º 0.83% 0.45% -
HSV(B) 64.74º 0.91% 0.82% -
XYZ 45.17 57.12 9.26 -
YUV 182.86 35.53 135.95 -
System Red Green Blue C M Y K H S L
Decimal 194 209 19 0.07 0 0.91 0.18 64.74 0.83 0.45
Hex C2 D1 13 7 0 5B 12 41 53 2D
Octal 302 321 23 7 0 133 22 101 123 55
Binary 11000010 11010001 10011 111 0 1011011 10010 1000001 1010011 101101

Color Harmonies of #C2D113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D113

Black with #C2D113

Text Example


Text Example

White with #C2D113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D113; }

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

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

background-color css

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

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

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

border-color css

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

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

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