Html Css Color HEX #C7D512 Rio Grande

📋 copy color: '#C7D512'

red 199 ◦ green 213 ◦ blue 18

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

Shades of Rio Grande #C7D512

Tints of Rio Grande #C7D512

RGB

 RED value IS 199 (78.13% from 255) = 46.28%

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

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

R = 46.28%
G = 49.53%
B = 4.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#C7D512 (or 0xC7D512) is known color: Rio Grande. HEX triplet: C7, D5 and 12. RGB value is (199,213,18). Sum of RGB (Red+Green+Blue) = 199+213+18=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D512 is #382AED. Grayscale: #BBBBBB. Windows color (decimal): -3681006 or 1234375. OLE color: 1234375.

HSL color Cylindrical-coordinate representation of color #C7D512: hue angle of 64.31º 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 #C7D512 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 213 18 -
CMYK 0.07 0 0.92 0.16
HSL 64.31º 0.84% 0.45% -
HSV(B) 64.31º 0.92% 0.84% -
XYZ 47.46 59.77 9.61 -
YUV 186.58 32.86 136.86 -
System Red Green Blue C M Y K H S L
Decimal 199 213 18 0.07 0 0.92 0.16 64.31 0.84 0.45
Hex C7 D5 12 7 0 5C 10 40 54 2D
Octal 307 325 22 7 0 134 20 100 124 55
Binary 11000111 11010101 10010 111 0 1011100 10000 1000000 1010100 101101

Color Harmonies of #C7D512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D512

Black with #C7D512

Text Example


Text Example

White with #C7D512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D512; }

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

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

background-color css

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

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

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

border-color css

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

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

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