Html Css Color HEX #C5D614 Rio Grande

📋 copy color: '#C5D614'

red 197 ◦ green 214 ◦ blue 20

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

Shades of Rio Grande #C5D614

Tints of Rio Grande #C5D614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.64%

R = 45.71%
G = 49.65%
B = 4.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#C5D614 (or 0xC5D614) is known color: Rio Grande. HEX triplet: C5, D6 and 14. RGB value is (197,214,20). Sum of RGB (Red+Green+Blue) = 197+214+20=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D614 is #3A29EB. Grayscale: #BBBBBB. Windows color (decimal): -3811820 or 1365701. OLE color: 1365701.

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

Color convert

RGB 197 214 20 -
CMYK 0.08 0 0.91 0.16
HSL 65.26º 0.83% 0.46% -
HSV(B) 65.26º 0.91% 0.84% -
XYZ 47.2 60.01 9.76 -
YUV 186.8 33.87 135.27 -
System Red Green Blue C M Y K H S L
Decimal 197 214 20 0.08 0 0.91 0.16 65.26 0.83 0.46
Hex C5 D6 14 8 0 5B 10 41 53 2E
Octal 305 326 24 10 0 133 20 101 123 56
Binary 11000101 11010110 10100 1000 0 1011011 10000 1000001 1010011 101110

Color Harmonies of #C5D614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D614

Black with #C5D614

Text Example


Text Example

White with #C5D614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D614; }

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

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

background-color css

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

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

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

border-color css

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

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

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