#C2D712

Color #C2D712 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #C2D712

Tints of Rio Grande #C2D712

Color information

#C2D712 (or 0xC2D712) is unknown color: approx Rio Grande. HEX triplet: C2, D7 and 12. RGB value is (194,215,18). Sum of RGB (Red+Green+Blue) = 194+215+18=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 18 (7.42% from 255 or 4.22% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D712 is #3D28ED. Grayscale: #BBBBBB. Windows color (decimal): -4008174 or 1234882. OLE color: 1234882.

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

Color convert

RGB19421518-
CMYK0.1000.920.16
HSL66.4º84.55%45.69%-
HSV(B)66.4º91.63%84.31%-
XYZ46.6660.119.72-
YUV186.2633.04133.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 215 (84.38% from 255) = 50.35%
BLUE value IS 18 (7.42% from 255) = 4.22%
R=45.43%
G=50.35%
B=4.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal194215180.1000.920.1666.484.5545.69
HexC2D712A05C1042552e
Octal302327221201342010212556
Binary1100001011010111100101010010111001000010000101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D712; }

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

 H1.HeaderClassName
 {
   color: #C2D712;
 }
 .AnyTagClassName
 {
   color: #C2D712;
 }
</style>
background-color css

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

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

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

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

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

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