Html Css Color HEX #C5D612 Rio Grande

📋 copy color: '#C5D612'

red 197 ◦ green 214 ◦ blue 18

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

Shades of Rio Grande #C5D612

Tints of Rio Grande #C5D612

RGB

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

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

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

R = 45.92%
G = 49.88%
B = 4.2%

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

#C5D612 (or 0xC5D612) is known color: Rio Grande. HEX triplet: C5, D6 and 12. RGB value is (197,214,18). Sum of RGB (Red+Green+Blue) = 197+214+18=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D612 is #3A29ED. Grayscale: #BBBBBB. Windows color (decimal): -3811822 or 1234629. OLE color: 1234629.

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

Color convert

RGB 197 214 18 -
CMYK 0.08 0 0.92 0.16
HSL 65.2º 0.84% 0.45% -
HSV(B) 65.2º 0.92% 0.84% -
XYZ 47.18 60.01 9.67 -
YUV 186.57 32.87 135.44 -
System Red Green Blue C M Y K H S L
Decimal 197 214 18 0.08 0 0.92 0.16 65.2 0.84 0.45
Hex C5 D6 12 8 0 5C 10 41 54 2D
Octal 305 326 22 10 0 134 20 101 124 55
Binary 11000101 11010110 10010 1000 0 1011100 10000 1000001 1010100 101101

Color Harmonies of #C5D612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D612

Black with #C5D612

Text Example


Text Example

White with #C5D612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D612; }

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

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

background-color css

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

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

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

border-color css

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

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

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