Html Css Color HEX #C2D312 Rio Grande

📋 copy color: '#C2D312'

red 194 ◦ green 211 ◦ blue 18

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

Shades of Rio Grande #C2D312

Tints of Rio Grande #C2D312

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.88%

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

R = 45.86%
G = 49.88%
B = 4.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#C2D312 (or 0xC2D312) is known color: Rio Grande. HEX triplet: C2, D3 and 12. RGB value is (194,211,18). Sum of RGB (Red+Green+Blue) = 194+211+18=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D312 is #3D2CED. Grayscale: #B8B8B8. Windows color (decimal): -4009198 or 1233858. OLE color: 1233858.

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

Color convert

RGB 194 211 18 -
CMYK 0.08 0 0.91 0.17
HSL 65.28º 0.84% 0.45% -
HSV(B) 65.28º 0.91% 0.83% -
XYZ 45.65 58.1 9.38 -
YUV 183.92 34.37 135.19 -
System Red Green Blue C M Y K H S L
Decimal 194 211 18 0.08 0 0.91 0.17 65.28 0.84 0.45
Hex C2 D3 12 8 0 5B 11 41 54 2D
Octal 302 323 22 10 0 133 21 101 124 55
Binary 11000010 11010011 10010 1000 0 1011011 10001 1000001 1010100 101101

Color Harmonies of #C2D312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D312

Black with #C2D312

Text Example


Text Example

White with #C2D312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D312; }

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

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

background-color css

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

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

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

border-color css

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

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

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