Html Css Color HEX #C2D913 Rio Grande

📋 copy color: '#C2D913'

red 194 ◦ green 217 ◦ blue 19

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

Shades of Rio Grande #C2D913

Tints of Rio Grande #C2D913

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.47%

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

R = 45.12%
G = 50.47%
B = 4.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#C2D913 (or 0xC2D913) is known color: Rio Grande. HEX triplet: C2, D9 and 13. RGB value is (194,217,19). Sum of RGB (Red+Green+Blue) = 194+217+19=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D913 is #3D26EC. Grayscale: #BCBCBC. Windows color (decimal): -4007661 or 1300930. OLE color: 1300930.

HSL color Cylindrical-coordinate representation of color #C2D913: hue angle of 66.97º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2D913 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 217 19 -
CMYK 0.11 0 0.91 0.15
HSL 66.97º 0.84% 0.46% -
HSV(B) 66.97º 0.91% 0.85% -
XYZ 47.18 61.14 9.93 -
YUV 187.55 32.88 132.6 -
System Red Green Blue C M Y K H S L
Decimal 194 217 19 0.11 0 0.91 0.15 66.97 0.84 0.46
Hex C2 D9 13 B 0 5B F 43 54 2E
Octal 302 331 23 13 0 133 17 103 124 56
Binary 11000010 11011001 10011 1011 0 1011011 1111 1000011 1010100 101110

Color Harmonies of #C2D913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D913

Black with #C2D913

Text Example


Text Example

White with #C2D913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D913; }

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

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

background-color css

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

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

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

border-color css

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

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

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