Html Css Color HEX #C5D512 Rio Grande

📋 copy color: '#C5D512'

red 197 ◦ green 213 ◦ blue 18

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

Shades of Rio Grande #C5D512

Tints of Rio Grande #C5D512

RGB

 RED value IS 197 (77.34% from 255) = 46.03%

 GREEN value IS 213 (83.59% from 255) = 49.77%

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

R = 46.03%
G = 49.77%
B = 4.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#C5D512 (or 0xC5D512) is known color: Rio Grande. HEX triplet: C5, D5 and 12. RGB value is (197,213,18). Sum of RGB (Red+Green+Blue) = 197+213+18=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D512 is #3A2AED. Grayscale: #BABABA. Windows color (decimal): -3812078 or 1234373. OLE color: 1234373.

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

Color convert

RGB 197 213 18 -
CMYK 0.08 0 0.92 0.16
HSL 64.92º 0.84% 0.45% -
HSV(B) 64.92º 0.92% 0.84% -
XYZ 46.93 59.5 9.58 -
YUV 185.99 33.2 135.86 -
System Red Green Blue C M Y K H S L
Decimal 197 213 18 0.08 0 0.92 0.16 64.92 0.84 0.45
Hex C5 D5 12 8 0 5C 10 41 54 2D
Octal 305 325 22 10 0 134 20 101 124 55
Binary 11000101 11010101 10010 1000 0 1011100 10000 1000001 1010100 101101

Color Harmonies of #C5D512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D512

Black with #C5D512

Text Example


Text Example

White with #C5D512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D512; }

 p { color: rgb(197,213,18); }

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

background-color css

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

 a { background-color: rgb(197,213,18); }

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

border-color css

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

 span { border-color: rgb(197,213,18); }

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