Html Css Color HEX #C2D412 Rio Grande

📋 copy color: '#C2D412'

red 194 ◦ green 212 ◦ blue 18

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

Shades of Rio Grande #C2D412

Tints of Rio Grande #C2D412

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50%

 BLUE value IS 18 (7.42% from 255) = 4.25%

R = 45.75%
G = 50%
B = 4.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#C2D412 (or 0xC2D412) is known color: Rio Grande. HEX triplet: C2, D4 and 12. RGB value is (194,212,18). Sum of RGB (Red+Green+Blue) = 194+212+18=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 212 (83.20% from 255 or 50% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D412 is #3D2BED. Grayscale: #B9B9B9. Windows color (decimal): -4008942 or 1234114. OLE color: 1234114.

HSL color Cylindrical-coordinate representation of color #C2D412: hue angle of 65.57º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2D412 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 212 18 -
CMYK 0.08 0 0.92 0.17
HSL 65.57º 0.84% 0.45% -
HSV(B) 65.57º 0.92% 0.83% -
XYZ 45.9 58.6 9.46 -
YUV 184.5 34.04 134.77 -
System Red Green Blue C M Y K H S L
Decimal 194 212 18 0.08 0 0.92 0.17 65.57 0.84 0.45
Hex C2 D4 12 8 0 5C 11 42 54 2D
Octal 302 324 22 10 0 134 21 102 124 55
Binary 11000010 11010100 10010 1000 0 1011100 10001 1000010 1010100 101101

Color Harmonies of #C2D412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D412

Black with #C2D412

Text Example


Text Example

White with #C2D412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D412; }

 p { color: rgb(194,212,18); }

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

background-color css

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

 a { background-color: rgb(194,212,18); }

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

border-color css

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

 span { border-color: rgb(194,212,18); }

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