Html Css Color HEX #C2D813 Rio Grande

📋 copy color: '#C2D813'

red 194 ◦ green 216 ◦ blue 19

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

Shades of Rio Grande #C2D813

Tints of Rio Grande #C2D813

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.35%

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

R = 45.22%
G = 50.35%
B = 4.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#C2D813 (or 0xC2D813) is known color: Rio Grande. HEX triplet: C2, D8 and 13. RGB value is (194,216,19). Sum of RGB (Red+Green+Blue) = 194+216+19=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 19 (7.81% from 255 or 4.43% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D813 is #3D27EC. Grayscale: #BBBBBB. Windows color (decimal): -4007917 or 1300674. OLE color: 1300674.

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

Color convert

RGB 194 216 19 -
CMYK 0.10 0 0.91 0.15
HSL 66.7º 0.84% 0.46% -
HSV(B) 66.7º 0.91% 0.85% -
XYZ 46.92 60.63 9.85 -
YUV 186.96 33.21 133.02 -
System Red Green Blue C M Y K H S L
Decimal 194 216 19 0.10 0 0.91 0.15 66.7 0.84 0.46
Hex C2 D8 13 A 0 5B F 43 54 2E
Octal 302 330 23 12 0 133 17 103 124 56
Binary 11000010 11011000 10011 1010 0 1011011 1111 1000011 1010100 101110

Color Harmonies of #C2D813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D813

Black with #C2D813

Text Example


Text Example

White with #C2D813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D813; }

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

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

background-color css

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

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

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

border-color css

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

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

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