Html Css Color HEX #C7D612 Rio Grande

📋 copy color: '#C7D612'

red 199 ◦ green 214 ◦ blue 18

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

Shades of Rio Grande #C7D612

Tints of Rio Grande #C7D612

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.65%

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

R = 46.17%
G = 49.65%
B = 4.18%

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

#C7D612 (or 0xC7D612) is known color: Rio Grande. HEX triplet: C7, D6 and 12. RGB value is (199,214,18). Sum of RGB (Red+Green+Blue) = 199+214+18=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D612 is #3829ED. Grayscale: #BBBBBB. Windows color (decimal): -3680750 or 1234631. OLE color: 1234631.

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

Color convert

RGB 199 214 18 -
CMYK 0.07 0 0.92 0.16
HSL 64.59º 0.84% 0.45% -
HSV(B) 64.59º 0.92% 0.84% -
XYZ 47.71 60.28 9.69 -
YUV 187.17 32.53 136.44 -
System Red Green Blue C M Y K H S L
Decimal 199 214 18 0.07 0 0.92 0.16 64.59 0.84 0.45
Hex C7 D6 12 7 0 5C 10 41 54 2D
Octal 307 326 22 7 0 134 20 101 124 55
Binary 11000111 11010110 10010 111 0 1011100 10000 1000001 1010100 101101

Color Harmonies of #C7D612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D612

Black with #C7D612

Text Example


Text Example

White with #C7D612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D612; }

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

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

background-color css

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

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

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

border-color css

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

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

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